Return a CSS Property
To return the value of a specified CSS property, use the following syntax:
css("propertyname");
The following example will return the background-color value of the FIRST matched element:
css("propertyname");
The following example will return the background-color value of the FIRST matched element: