Easy Tutorial
❮ Jquery Plugin Autocomplete Html Val ❯

jQuery Miscellaneous removeData() Method

jQuery Miscellaneous Methods

Example

Remove data previously attached to a <div> element:


Definition and Usage

The removeData() method removes data previously set by the data() method.


Syntax

Parameter Description
name Optional. Specifies the name of the data to remove. <br>If no name is specified, the method will remove all stored data from the selected element.

jQuery Miscellaneous Methods

❮ Jquery Plugin Autocomplete Html Val ❯