1) I can't remember if 'thead//input' is the child or descendant selector, but 'thead input' is definitely descendant.
2) It's possible multiple attribute selectors aren't supported. Try 'thead input[...], thead input[...]' instead.
Blair
On 9/11/06, limodou <[EMAIL PROTECTED]> wrote:
I tried this:
$("thead//[EMAIL PROTECTED]'selectall',@type='checkbox']")
but it failed:
m has no properties
I want to know if the xpath in jQuery support multi attributes
selector, or I got the wrong syntax?
--
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/
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
