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

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

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