¡@

Home 

2014/10/16 ¤W¤È 12:05:40

jquery Programming Glossary: myscroll1

iScroll a dynamically filled div ONLY without scrolling main page also

http://stackoverflow.com/questions/17927179/iscroll-a-dynamically-filled-div-only-without-scrolling-main-page-also

time to load the content and refresh your iScroll variable so it takes in the entire content of the wrapper div var myScroll1 myScroll1 new iScroll 'container' I defined my second iScroll variable here so I can destroy it in the next part... function.. load the content and refresh your iScroll variable so it takes in the entire content of the wrapper div var myScroll1 myScroll1 new iScroll 'container' I defined my second iScroll variable here so I can destroy it in the next part... function sayhi.. sayhi url stays the same but in success of AJAX looks like this success function content '#content' .append content myScroll1.destroy myScroll1 null myScroll1 new iScroll 'container' setTimeout function myScroll1.refresh 2000 when the div slides..

iScroll wont let items be clicked

http://stackoverflow.com/questions/8345644/iscroll-wont-let-items-be-clicked

i use to init refresh and end iScroll function iniciarIscroll En ie7 no lo usamos if ie7 document .ready function myScroll1 new iScroll 'nvl1' myScroll2 new iScroll 'nvl2' document.addEventListener 'touchmove' function e e.preventDefault false.. 'DOMContentLoaded' setTimeout function loaded 200 false return false function refrescarIscroll if ie7 myScroll1.refresh myScroll2.refresh return false function terminarIscroll if ie7 myScroll1.destroy myScroll1 null myScroll2.destroy.. function refrescarIscroll if ie7 myScroll1.refresh myScroll2.refresh return false function terminarIscroll if ie7 myScroll1.destroy myScroll1 null myScroll2.destroy myScroll2 null return false The problem is it won't let a or input or anything..