[jQuery] ANNOUNCE: jQuery moreSelectors plugin adds :color() :colIndex() :hover and more

[jQuery] ANNOUNCE: jQuery moreSelectors plugin adds :color() :colIndex() :hover and more


The jQuery moreSelectors plugin has been updated for jQuery v1.1.3.1.
For example:
"DIV:color(red)" to match DIVs with red text. Automagically matches
#rrggbb and rgb(r,g,b) formats too.
"TD:colIndex(1)" to match table cells in column 1 (allowing for
colSpans too).
"SELECT:modified" to match SELECTs that have been changed.
"*:blur" to match form element that last had the focus.
- jQuery Plugin page: http://jquery.com/plugins/project/moreSelectors
- Download: http://www.softwareunity.com/sandbox/JQueryMoreSelectors/
- Demo: http://www.softwareunity.com/sandbox/JQueryMoreSelectors/#DemoArea
Hope you find something useful in there! (Also includes several
undocumented selectors and extensions)
George
PS: Apologies to those Nabble and Mailing List members who may have
seen this post twice!