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.css(name)
fetches or returns to the properties value on matched element.
css(name,value)
is used to set the single property value on matched element.