imagesloadedjQuery 圖片加載插件
imagesLoaded插件是在圖片加載成功后才做一系列操作
官方例子:
imagesLoaded( document.querySelector('#container'), function( instance ) {
console.log('all images are loaded');
}); // selector string
imagesLoaded( '#container', function() {...}); // multiple elements
var posts = document.querySelectorAll('.post');
imagesLoaded( posts, function() {...});評(píng)論
圖片
表情
