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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -