Jquery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery Misc removeData() Method

jQuery removeData() Method

 

 

The removeData() method is used to remove data that was set with the data() method.

 

Syntax:-

 

Its syntax is:- $(selector).removeData(name)

 

Further Explanation:-

 

Parameter Description
name Optional. Specifies the name of data to remove.

Code Explanation

All Tutorials related to jQuery Methods and Properties

All Sections related to Jquery