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 -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -