javascript - Track Page Load Progress in percentage -


is possible show progress of loading page without ajax?

i had come know this, possible.

but how can in pure javascript or jquery?

any ideas, views?

right i'm using

var pageloadstart=true,pageloaded=false; window.onload=function(){ pageloaded=true; pageloadstart=false; } 

but cant give progress in percentage. possible? how?


Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Save and close a word document by giving a name in R -