jquery scrolls to the specified element, mimicking the anchor point

Source: Internet
Author: User

Html

1 <Divclass= "Pd-nav">2     <Divclass= "N-item Active">3Insurance Services<I></I>4     </Div>5     <Divclass= "N-item"ID= "Bzjh1">6 Protection Plan7         <I></I>8     </Div>9         <Divclass= "N-item"onclick= "window.location.href= ' http://fortune.jmc999.cn/finance.html '">Ten Financial Planning One         <I></I> A     </Div> - </Div>

Jquery

<script type= "Text/javascript" >    //Gets the element distance from the top of the HTML from var _scrolltop = $ (' #bzjh2 '). Offset (). top;$ (' #bzjh1 '). Click (function () {$ (' html, Body '). Animate ({scrolltop: _scrolltop},1000);}) </script>

  

jquery scrolls to the specified element, mimicking the anchor point

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.