Truppe Steven schrieb:
> I also have never seen something like: $("#editarticle/form :input")
> before. Can this be extended like:
> $("#editarticle/form :[EMAIL PROTECTED]'text']") ?
>   
While that may work, you should rather use just :text, that is:

$("#editarticle/form :text")

-- 
Jörn Zaefferer

http://bassistance.de


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

Reply via email to