/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$([ '/path/to/image.png', '/path/to/image.png' ]).each(function(){ $('<img/>')[0].src = this; new Image().src=this; });