Simple  http://www.softwareunity.com/sandbox/JQueryMoreSelectors/ selectors
plugin  to add more specific query :selectors to JQuery.

Adds things like:

- $("FORM/*:modified") - To find form elements that have been changed or
selected by the user.

- $("FORM/*:focus") - To find the element that has the focus.

- $("FORM/*:text") - To find texty elements (textarea & input type=text).

And more. Full list and demo at
http://www.softwareunity.com/sandbox/JQueryMoreSelectors/

Note: There have been numerous discussions in the forums about which
selectors are more important in Base and which would be confusing etc. This
plugin aims to separate the bloat for those who want it! Very sensibly, the
Base has been kept uncluttered by keeping out these sort of things.

Cheers all,

George


-- 
View this message in context: 
http://www.nabble.com/New-plugin%3A-Extra-%3Aselectors-such-as-%3Afocus%2C-%3Amodified%2C-%3Ainput%2C-%3Atext-tf2343998.html#a6524425
Sent from the JQuery mailing list archive at Nabble.com.


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

Reply via email to