diff --git a/entries/attr.xml b/entries/attr.xml index 203c61c8..40c94de1 100644 --- a/entries/attr.xml +++ b/entries/attr.xml @@ -147,7 +147,8 @@ The title of the emphasis is:
- A value to set for the attribute. + + A value to set for the attribute. If null, the specified attribute will be removed (as in .removeAttr()). diff --git a/pages/Types.html b/pages/Types.html index fbf2bf80..4890df38 100644 --- a/pages/Types.html +++ b/pages/Types.html @@ -432,6 +432,9 @@

PlainObject

jQuery.isPlainObject( o ); // true +

Null

+

The null keyword is a JavaScript literal that is commonly used to express the absence of an intentional value.

+

Date

The Date type is a JavaScript object that represents a single moment in time. Date objects are instantiated using their constructor function, which by default creates an object that represents the current date and time.