Jquery uses iscorll to pull up, pull down, and load and refresh

Source: Internet
Author: User

Jquery uses iscorll to pull up, pull down, and load and refresh

The implementation principle is: Determine whether fiiptop and flipdown are displayed as the basis

MyScroll = new iScroll ('wraphome', {fixedScrollbar: true, hideScrollbar: true, fadeScrollbar: true, hScrollbar: false, vScrollbar: true, onScrollMove: function () {var topstat = $ (". fliptop "). is (": visible"); var downstat = $ (". flipdown "). is (": visible"); if (this. y> 15 &&! Topstat &&! Downstat) {$ (". fliptop "). fadeIn (300);} else if (this. y <15 & topstat) {$ (". fliptop "). hide ();} else if (this. y <(this. maxScrollY-25 )&&! Topstat &&! Downstat) {$ (". flipdown "). fadeIn (300); this. refresh (); // here is the position at the bottom of the refresh when the display is loading} else if (this. y> (this. maxScrollY + 25) & downstat) {$ (". flipdown "). hide () ;}}, onTouchEnd: function () {var topstat =$ (". fliptop "). is (": visible"); var downstat = $ (". flipdown "). is (": visible"); if (topstat &&! Downstat) {$ (". fliptop" ).html ("loading ...... "); SetTimeout (function () {// here is your own logical method}, 3000);} else if (downstat &&! Topstat) {$ (". flipdown" ).html ("loading ...... "); SetTimeout (function () {// here is your own logical method}, 3000 );}}});

Page Section

<Div id = "wraphome" class = "scroll"> <div class = "scroll-inner"> <div class = "fliptop"> Start loading... </div> <div class = "list"> ............. </div> <div class = "flipdown"> let's start loading... </div>

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.