Is there a way to determine if a div
element with a CSS class of "x" has a height set to "auto"?
If so, I would like a jQuery script to remove the CSS class "a" from all elements with the class "y".
If not, the script can remain unchanged. Thank you.