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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -