window.onload=function(){ var myScroll = new IScroll('#wrapper',{ probeType:3, }); myScroll.on('scroll', function(){ $('.info').text(parseInt(this.y)); }) function getPost(obj){ var t=0; while(obj){ t+=obj.offsetTop; } return {top:t}; } var oBox = document.getElementById('wrapper'); var aImg = oBox.getElementsByTagName('img'); for(var i=0;i