General Attributes
-
.attr()
Attributes | General Attributes
Get the value of an attribute for the first element in the set of matched elements.
-
.prop()
Attributes | General Attributes
Get the value of a property for the first element in the set of matched elements.
-
.removeAttr()
Attributes | General Attributes
Remove an attribute from each element in the set of matched elements.
-
.removeProp()
Attributes | General Attributes
Remove a property for the set of matched elements.
-
.val()
Attributes | Forms | General Attributes
Get the current value of the first element in the set of matched elements.