> How can I check to see if there is a particular css class on an element?

Hi Tom,

You can use the "is" method for that.

$(whatever).is('.myClass');

http://jquery.bassistance.de/api-browser/#isString

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to