91-9990449935 0120-4256464 |
jQuery load()The load () method is used to load a specific element. It attaches an event handler to load event. It was deprecated in jQuery 1.8 version of jQuery library. The load event occurs when a specific element is loaded. It is generally used with a URL (image, script, frame, iframe), and the window object. Note: On some browsers, the load event did not trigger if the image is cached. Syntax: It adds a function to the load event. Parameters of jQuery load() event
Example of jQuery load() eventLet's take an example to demonstrate jQuery load() event. Test it Now
Next TopicjQuery unload()
|