What is $(window).load() method in jQuery?
Answers
Answered by
0
The load() method was deprecated in jQuery version 1.8 and removed in version 3.0. The load() method attaches an event handler to the load event. The load event occurs when a specified element has been loaded. This event works with elements associated with a URL (image, script, frame, iframe), and the window object.
Similar questions