> Not to complicate matters, but wouldn't "input:hidden"
> do the same thing as "[EMAIL PROTECTED]" ?

No, input:hidden would retrieve elements with type!="hidden" but with
display:none or visibility:hidden. That's not totally bulletproof, though,
because some parent of the input element could have display:none and it
would still be selected even though the user can't see it.



_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to