Thanks! I didn't know that existed, I assume it returns boolean. That's great!
Cheers On 1/14/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
> function checkState(id) {
> if ($(id).className == "something") { etc
Use the "is" method:
$(id).is("something");
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
