preload and postload page event using javascript or jquery -


i have created 2 function.

one prepageload , other postpageload

how call functions these events accordingly ?

this same situation loading image visible when page starting load , hide when page loaded successfully.

any solution related javascript or jquery needed.

you run first function instantly, , second this: window.onload = postpageload; run when page loaded.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -