If you are searching for the professional web development, app development company in Vadodara then Cloudswift Solutions is the name on which you can trust. Visit our website for more information.
Saturday, 23 June 2012
Javascript Image Preload
jQuery(document).ready(function() { jQuery('img').each(function(){ var imageObj = new Image(); imageObj.src = this.src; }); });
No comments:
Post a Comment