Wil Stuckey schrieb:
> couldn't you just do:
> 
> $('#foo/bar').val();

No, the slash is an XPath selector. That expression translates to "All 
items named bar which are a direct child of #foo", or as a CSS selector: 
#foo>bar.


-- Klaus

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

Reply via email to