On 9/11/06, Blair McKenzie <[EMAIL PROTECTED]> wrote: > The selector docs are missing at the moment, so I'll just take a stab at two > possible causes: > 1) I can't remember if 'thead//input' is the child or descendant selector, > but 'thead input' is definitely descendant.
'thead//input' is means the input could be the directly child or descendant child of the thead. > 2) It's possible multiple attribute selectors aren't supported. Try 'thead > input[...], thead input[...]' instead. > > Blair Using two selector, does this mean the relationship is *or*? I want is *and*. But don't worry, the [EMAIL PROTECTED]'checkbox'] is eough for me now. Thanks. -- I like python! My Blog: http://www.donews.net/limodou UliPad Site: http://wiki.woodpecker.org.cn/moin/UliPad UliPad Maillist: http://groups.google.com/group/ulipad _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
