用于加载图像的jQuery事件
$(document).idle(function(){}$(document).contentLoaded(function(){}$(document).ready(function(){
var imageTotal = $('img').length;
var imageCount = 0;
$('img').load(function(){if(++imageCount == imageTotal) doStuff();});}ITMISS
动漫人物
相关分类