/ Published in: jQuery
Expand |
Embed | Plain Text
$([ '/path/to/image.png', '/path/to/image.png' ]).each(function(){ $('<img/>')[0].src = this; new Image().src=this; });
You need to login to post a comment.
retsub79 on 10/20/11
1 person have marked this snippet as a favorite
$([ '/path/to/image.png', '/path/to/image.png' ]).each(function(){ $('<img/>')[0].src = this; new Image().src=this; });
You need to login to post a comment.