Jquery 滑块帮助
好吧,我有一个 interspire 购物车,所以很难定制..
无论如何,
这里是我的代码的链接 http://jsfiddle.net/WTvQX/
我无法让滚动正常工作...
它可以工作在我的实际网站上有所不同...
所以我需要帮助...重新做或只是修复..
让我知道
ok so i have an interspire shopping cart so its hard to customize..
anyway,
here is a link to my code
http://jsfiddle.net/WTvQX/
im having trouble getting the scroll to work properly...
it works differently on my actual site here...
so i need help... re-doing it or just fixing..
let me kno
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将“latedLeft”ID 添加到左侧按钮,但是请尝试这样的操作...
演示: http://jsfiddle.net/wdm954/WTvQX/3/
您可以根据自己的喜好调整像素距离和速度。
编辑:尝试这样的事情。第一部分找到所有图像的宽度。然后动画仅在偏移量在范围内时触发。
演示: http://jsfiddle.net/wdm954/WTvQX/5/
编辑:再一个代码选项在这里。这个会很快停止滚动(注意这里也有 CSS 更改)。
演示:http://jsfiddle.net/wdm954/WTvQX/7/
You need to add the "relatedLeft" ID to the left button, however try something like this...
Demo: http://jsfiddle.net/wdm954/WTvQX/3/
You can adjust pixel distance and speed to your liking.
EDIT: Try something like this. The first part finds the width of all the images. Then the animates only fire when the offset is within range.
Demo: http://jsfiddle.net/wdm954/WTvQX/5/
EDIT: One more code option here. This one will stop scrolling sooner (note there are CSS changes here also).
Demo: http://jsfiddle.net/wdm954/WTvQX/7/