Javatpoint Logo
Javatpoint Logo

jQuery unload()

The jQuery unload() method is used to unload a specific element. It attaches an event handler to unload event. The unload event is sent to the window element when the user navigates away from the page. It was deprecated in jQuery 1.8 version of jQuery library.

Ways to trigger unload event

An unload event is triggered if you:

  • Click on a link which leads to leave the page.
  • Use the forward or back button.
  • Type a new URL in the address bar.
  • Close the browser window.
  • Reload the page.

Syntax:

It adds a function to the unload event.

Parameters of jQuery unload() event

Parameter Description
Function It is an essential parameter. It executes itself when the unload event is triggered.

Example of jQuery unload() event

Let's take an example to demonstrate jQuery unload() event.

Test it Now
Next TopicjQuery delegate()





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA