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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

ios - Possible to get UIButton sizeThatFits to work? -