javascript - Preload tag IMG without specifying the name of the images -
i need script loads images of web page, , displays it. script preload tag , make web page visible.
i have alrady tried script jpreloader or jquery plugin, want write in array name of image.jpg , preload img
tags without specifying name of images!
in css
body {display: none;}
in script tag
$(window).load(function(){ $(body).show(); });
Comments
Post a Comment