/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('<img/>').attr('src', ${URL: }).load(function() { //Do whatever here e.g. add image to another element and fadeIn() etc. });