如何为同一页面上的链接实现 jQueryscrollTo?
我是 jQuery 菜鸟,我了解scrollTo,但不太了解如何让它在我的网站上运行。我快速进行了 Google 搜索,发现了很多结果,但乍一看,当前使用的最可靠(或至少是最受欢迎)的是这个: http://plugins.jquery.com/project/ScrollTo
但是,再次强调,作为脚本编写的菜鸟,不确定如何使用它来完成我的任务。 (HTML 和 CSS 是我的包,宝贝)。
这就是我正在尝试做的事情......我确信这是非常简单的事情。
在 http://joelglovier.com 上,我正在构建一个单页“网关”网站,其中包含许多其他有趣内容的链接网页内容。我有一个顶部导航,它只是链接到页面下方的锚点。我想要的只是让scrollTo 以一种漂亮的动画方式将我的用户带到这些锚点。告诉你这很简单!
任何关于实现这一点的最佳方法的帮助,以及是否有这种类型的滚动使用的当前标准(我现在到处都可以看到它),我们表示赞赏。
I'm a noob with jQuery and I know about scrollTo, but not quite how to get it to function on my site. I did a quick Google search and found lots of results, but at a glance the most reliable one (or at least most popular) currently used is this one: http://plugins.jquery.com/project/ScrollTo
However, again, being a total noob to scripting, not exactly sure how to use it to accomplish my task. (HTML and CSS are my bag, baby).
So here's what I'm trying to do...very simple stuff I'm sure.
On http://joelglovier.com I'm building a one page "gateway" site with links to lots of my other fun web content. I have a top navigation which simply just links to anchors further down the page. All I want is for scrollTo to take my users down to those anchors in a nice, animated fashion. Told you this was simple!
Any help appreciated on the best way to implement this, and whether there is a current standard for this type of scrollTo use (I see it everywhere nowadays).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
参考:.offset(),.scrollTop() , .animate()
的事情
你可以做一些类似edit :
在这里测试一下:http://jsbin.com/ecaye
refer : .offset(), .scrollTop() , .animate()
you can do some thing like
edit :
test it here : http://jsbin.com/ecaye