remove

UK[rɪˈmu:v] US[rɪˈmuv]

vt.Remove; expel; take off, take off; migrate

vi. Migrate, emigrate; leave

n. Distance, gap; move

data

UK[ˈdeɪtə] US[ˈdetə, ˈdætə, ˈdɑtə]

n. Data, material; plural of datum; [computer] data, information; value extracted from scientific experiments

jquery removeData() method syntax

Function:removeData() method deletes the data previously set through the data() method.

Syntax:$(selector).removeData(name)

Parameters:

Parameter Description
name Optional. Specifies the name of the data to be deleted. If no name is specified, this method will remove all stored data from the selected element.

jquery removeData() method example

    

Run instance »

Click the "Run instance" button to view the online instance