I want ask if is possible check in JQuery
, if a div have a certain property and if have a specific value. So take this example:
<div id="foo" style="width: 100%" />
I need to check if the div foo
have the css property width
and if this have a value of 100%
.
What I can do for achieve this?