The simplest to animate with jquery jumps to the top and bottom

Source: Internet
Author: User

<!DOCTYPE HTML Public "-//W3C//DTD XHTML 1.0 transitional//en" "http://www.w3.org/TR/xhtml1/DTD/ Xhtml1-transitional.dtd "><HTMLxmlns= "http://www.w3.org/1999/xhtml" ><Head>    <title>Untitled Page</title>    <Scripttype= "Text/javascript"src=jquery-1.8.0.js></Script>    <Script>$ (document). Ready (function () {            //When you click the top button, the ScrollTop property gets the distance of the selected label from the scroll bar.             $('#top'). Click (function () {                $('HTML'). Animate ({scrolltop:'0px' },  +                );            }); //when clicking on the Bottom tab, the execution method, where offset () Gets the relative offset of the matching element at the current viewport, returns an object with two properties Top,left            //Animate, the second property of course we can also set ' slow ', ' normal ' or ' fast '            $('#foot'). Click (function () {                $('HTML'). Animate ({scrolltop:$ ('span'). Offset (). Top}, +                );        });    }); </Script></Head><Body>  <BR/> <BR/> <BR/> <BR/> <BR/>  <ahref="#"ID= "Foot">Bottom</a>  <BR/> <BR/> <BR/> <BR/> <BR/>  <BR/> <BR/> <BR/> <BR/> <BR/> <ahref="#"ID= "Top">Top of</a>  <BR/> <BR/> <BR/> <BR/> <BR/>  <span></span></Body></HTML>

The simplest to animate with jquery jumps to the top and bottom

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.