Description css(name) - This method sets value for CSS property.css(name,value) - This method sets both property and value for CSS.css({properties}) - This method sets one or more CSS properties and values.
Description css(name) fetches or returns to the properties value on matched element.
Description css(name,value) is used to set the single property value on matched element.
Description
Key Points