diff --git a/Readme.md b/Readme.md index 273bd3cbe8..822353f919 100644 --- a/Readme.md +++ b/Readme.md @@ -978,7 +978,7 @@ $('li').wrap(healthy) // ``` -#### .css( [propertName] )
.css( [ propertyNames] )
.css( [propertyName], [value] )
.css( [propertName], [function] )
.css( [properties] ) +#### .css( [propertyName] )
.css( [ propertyNames] )
.css( [propertyName], [value] )
.css( [propertyName], [function] )
.css( [properties] ) Get the value of a style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.