I have a page that I display a number of images and video in a type of slideshow, however I want to determine if all content on the page has currently loaded before I start. Does
$(window).load()
Check to see if all content, including video has been loaded?
cheers thanks,