>> While that may work, you should rather use just :text, that is:
>>
>> $("#editarticle/form :text")
>>
>>
>>
> Is this in the documentation somewhere ? I haven't seen these special
> selectors like :input :text somewhere mentioned in the docs.
>
> What other selectors are possible beside the :input, :text ?
> What's about thinks like *= += |= for attribute selectors ? Also haven't
> found this in the docs...
>
I guess the complete documentation for expression needs a good facelift.
Seems like the input selectors are not documented anywhere.
There is :input, which selects all types of input element (input,
button, textarea, select).
Then there are a selectors for all types of input elements (:text,
:file, :hidden, :password etc.)
--
Jörn Zaefferer
http://bassistance.de
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/