Computer Science, asked by NISHANTUPADHYAY6367, 11 months ago

What are jQuery events .load(), .ready(), .unload()?

Answers

Answered by omegads04
0

The load() method is used to attach event handler to load event. You can try to run the following code to learn how to work with jQuery load() method. If you want to trigger an event while navigate away from the page, use the unload() method. Note: The jQuery unload() method deprecated in jQuery 1.8.

Similar questions