How can I test if an element has a specific class?
If I have 
<div class="foo bar">

How can I check if the element has class=bar

Seems like it should be easy, but I am having troubles. 

Thanks
-Geoff

Reply via email to