Set Multiple CSS Properties
To set multiple CSS properties, use the following syntax:
css({"propertyname":"value","propertyname":"value",...});
The following example will set a background-color and a font-size for ALL
matched elements:
css({"propertyname":"value","propertyname":"value",...});
The following example will set a background-color and a font-size for ALL
matched elements: