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 removeProp() Method

jQuery removeProp() Method

 

 

The removeProp() method is used to remove a property set by the prop() method. We cannot use this method to remove HTML attributes like style, id, etc. For this purpose, we have to use the removeAttr() method.

 

Syntax:-

 

Its syntax is:- $(selector).removeProp(property)

 

Further Explanation:-

 

Parameter Description
property Specifies the name of the property to remove

Code Explanation

All Tutorials related to jQuery CSS and HTML Methods

All Sections related to Jquery