Which is the correct syntax to get the value of a CSS style attribute/property using the css() method?
Options:
Explanation:
The correct syntax to get the value of a CSS style attribute/property using the
css() method is:
css("propertyname");
Tags:
jQuery
Answer:
Which is the correct syntax to get the value of a CSS style attribute/property using the css() method css("propertyname");.