Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像のプリローダーを作成する奇妙な動作が見られます.DOMに追加される前にloadイベントが発生する可能性があるかどうか疑問に思っています.
ここで発火できますか?
var myImg = $('<img>', {src:myImgSrc});
私がする前に、
$(body).append(myImg);
?