I think you can do:
if (!$("#testDiv input:checkbox").is(":checked")) $("#testDiv").hide();(Notice the "!"). Not tested though. Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
I think you can do:
if (!$("#testDiv input:checkbox").is(":checked")) $("#testDiv").hide();(Notice the "!"). Not tested though. Chris
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/