javascript - How to detect if a page has fully rendered using jQuery? -


when using $(document).ready(functioon(){alert("loaded.")}); pops alert box says "loaded." before page has loaded (in other words there're loading still going on images).

any thoughts?

  $(window).on('load', function() {     //everything loaded });   

Comments

Popular posts from this blog

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How do I get the nth item in a queue in java? -

c# - error executing child request for server.transfer with Handler -