JQuery wait for page to finish loading before starting the slideshow?
问题 I have a site with a rotating header image (you've all seen them). I want to do the following: Load the entire page plus the first header image Start the header image slideshow transitioning every x seconds or when the next image has finished loading, whichever is later I haven't really need an example that truly does this. 回答1: You probably already know about $(document).ready(...). What you need is a preloading mechanism; something that fetches data (text or images or whatever) before