Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将“鼠标滚动”绑定到“scrollTo”事件——当我向下滚动时,id 为“next”的链接应该将我带到下一个 div。
<a id="next" href="#">Next</a>
这可能吗?
你可以看看这个 jQuery 插件,scrollTo。