Just discovered that simple wildcards can be used *without* modifying jquery
code (phew), by using \\S* in the selector syntax...
Can be done like this: $("INPUT.myClass\\S*") will match .myClass1 and
.myClassHello etc.
This only works where selector searches in the jquery code rely on a regex,
but it may be ok for some people.
Just another 2cents worth...
George
--
View this message in context:
http://www.nabble.com/Enabling-wildcards-in-.className-selector-tf3220488.html#a8943990
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/