appframework
appframework copied to clipboard
I hope to have a lazy load plugin
trafficstars
When the iOS platform load a lot of photos, the application will result in suspended animation
Oh , all right. I found this . Very good https://github.com/luis-almeida/unveil
mainScroll = $("#main").scroller();
$.bind( mainScroll, "scrollend", function(){
$("#box_hot_list img.unveil").unveil();
})