2014-06-10 6 views

답변

1

여기에는 '로드 됨'이벤트가 있습니다. 예 :

$("#image").bind("loaded", function(ev){ 
    alert('all images loaded'); 
}) 
관련 문제