jquery ui:ajax 页面 +滑块内容
我想制作一个类似于此网站的内容滑块,但更简单一些。
这是我到目前为止得出的结果。但我被困住了:
1。 我想在加载 ajax 页面时更改滑块手柄的位置。当ajax页面加载时,#content-holder
的宽度应该扩展,从1500px到2000px(取决于ajax页面有多大)。
2. 当 ajax 页面加载时,#content-holder
应向左滑动,以便该 ajax 页面在加载时始终可见。
3. 当ajax页面关闭时。这 滑块手柄应返回到 原来的位置。和宽度 #content-holder
应签订合同 回到原来的(1500px)。
您可以在此处阅读我的 jsfiddle 中的代码。
我有什么想法可以实现这三点吗?
谢谢。
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).
You can read the code in my jsfiddle here.
Any ideas how I can achieve these 3 points?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论