jquery移动滚动视图点击
我正在测试滚动视图水平方向并通过此实验: http://jquerymobile.com /test/experiments/scrollview/scrollview-direction.html。
单击 BIG 将更改 css,以便调整框的大小以适合窗口。我在框中有多个按钮(具有不同的方法)来左右滚动框。它们都不起作用。
有人有什么想法吗?
I am testing the scrollview horizontal direction and from this experiment: http://jquerymobile.com/test/experiments/scrollview/scrollview-direction.html.
My version is available here: http://www.terencetengker.nl/scrollview/index.html . This version is functional and scrolls left/right on touch swipe or mouse swipe commands (Chrome 12). I cannot figure out how to scroll left/right via buttons or mouse clicks?
Clicking on BIG wil change the css so the boxes resize to fit the window. I have multiple buttons (with different methods) in the boxes to scroll the boxes left and right. None of them work.
Someone any idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现它在scrollTo函数中,以防万一有人需要这个! :)
Found out that it was in the scrollTo function, just in case anyone needs this! :)