English 中文(简体)
jquery ui: ajax page + slider content
原标题:jquery ui: ajax page + slider content

I want to make a content slider similar to this site, but a bit simpler.

This is what I came out with so far. But I am stuck:

1. I want to change the position of the slider handle when an ajax page is loaded. the width of #content-holder should be extended when the ajax page is loaded, from 1500px to 2000px (depends on how big the ajax page is).

2. the #content-holder should slide to the left when the ajax page is load so that this ajax page will always visible when it is loaded.

3. when the ajax page is closed. the slider handle should go back to the original position. and the width of #content-holder should be contracted back to the original (1500px).

您可在我的jsfiddle here上阅读该守则。

Any ideas how I can achieve these 3 points?

感谢。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...

热门标签