使用Jquery水平拖动网站页面

发布于 2024-11-27 04:26:06 字数 321 浏览 2 评论 0原文

如何使用 jquery 实现像下面网站的 bg 这样的可拖动背景?

http://us.blackberry.com/

我发现了一些非常接近的东西,一个 jquery 插件 此处。 但它没有拖动选项。将会是什么 最好的方法是什么?

How can i achieve a dragable background like the bg of the site below using jquery?

http://us.blackberry.com/

I found something very close,a jquery plugin here. But it doesn't have option to drag. What will be the
best way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

神也荒唐 2024-12-04 04:26:06

有一个 jQuery 插件可以帮助您构建这些:

http://plugins.jquery.com/project/dragscroller< /a>

但理论上,如果你想自己做,你必须监听 mouseDown,然后,当它处于活动状态时,监听 x 轴上的 mouseMovement 进行滚动(使用例如 jQuery.scrollLeft() 和 mouseUp 来结束事件链。

There's a jQuery-plugin that helps you build these:

http://plugins.jquery.com/project/dragscroller

But in theory, if you want to do it yourself, you would have to listen for the mouseDown, then, while that is active, listen for the mouseMovement on the x-axis to scroll (with jQuery.scrollLeft() for example) and mouseUp to end the event-chain.

ま昔日黯然 2024-12-04 04:26:06

这是一种滑动功能。我会研究一下 JQuery Mobile。

It's sort of swipe functionality. I would look into JQuery Mobile.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文