jQuery Remove Data Attribute Example

jQuery remove data attribute from elements. Through this tutorial, i am going to show you how to remove data attribute value from HTML elements using removeData() method. Remove data attributes from HTML using jQuery Use the Query removeData() method to removes data attribute previously set on HTML elements. Syntax jQuery removeData() method  $(selector).removeData(name) Parameters of … Read more