[jQuery] :input selector
[jQuery] :input selector
Hi,
I'd like to have a selector ":input" that selects all input elements of type
text, checkbox, radio and file and all textareas.
The jQuery.g object looks like it could be extended to provide this
selector, unfortnately I have no idea how to do it.
My approach looks like this:
$.g.[":"].input = "...";
The jQuery.g object is used inside jQuery.filter, which is used by
jQuery.select. Both methods are quite complex and undocumeted, I have no
idea what is going on in there, therefore I could need some help writing
that custom grammar...
-- Jörn
P.S.: Think of dem pupps!
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/