appframework icon indicating copy to clipboard operation
appframework copied to clipboard

I hope to have a lazy load plugin

Open zwlcoding opened this issue 11 years ago • 1 comments
trafficstars

When the iOS platform load a lot of photos, the application will result in suspended animation

zwlcoding avatar Nov 11 '14 04:11 zwlcoding

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();
})

zwlcoding avatar Nov 14 '14 04:11 zwlcoding