/ Published in: jQuery
Expand |
Embed | Plain Text
var imgObj = new Image(); $(imgObj).load(function() { //do something }).attr('src', 'imagename.jpg');
You need to login to post a comment.
var imgObj = new Image(); $(imgObj).load(function() { //do something }).attr('src', 'imagename.jpg');
You need to login to post a comment.