JQ move back to top, slide down to show back button, hide Back button when swipe up

Source: Internet
Author: User

Returntop:function(){        //predefined returns the HTML code at the top, and its CSS style defaults to not showing        vargototop_html = ' <div class= ' returntop ' ></div> '; //inserts the HTML code that is returned at the top of the page at the end of the element with the ID page                $(". Ding_c_returntop"). Append (gototop_html); varWindowtop=0;//distance from the top of the page for the initial session viewable area$ (document). Scroll (function() {            varScrolls = $ ( This). ScrollTop ();//gets the distance from the top of the page for the current viewable area            if(Scrolls>=windowtop) {//when B>a, indicates that the page is sliding up                //actions to be performedwindowtop=Scrolls; $(". Ding_c_returntop"). Hide (); Console.log (On)            }Else{//when B<a represents a gesture swipe down                //actions to be performedConsole.log ("Down") Windowtop=Scrolls; $(". Ding_c_returntop"). Show ();        }        }); $(". Ding_c_returntop"). Show (); $(". Ding_c_returntop"). Click (//defines the animation that returns the top click scrolling up            function() {$ (' html,body '). Animate ({scrolltop:0},700);    }); },

JQ move back to top, slide down to show back button, hide Back button when swipe up

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.