Yes, it is the way how it works. I have managed to do it as

$("tr[class^='child']")

Which selects all classes like class="child test" class="child test2" etc

However, if you make it as $("tr.child"), nothing will be selected. Tried
and tested many times...
-- 
View this message in context: 
http://www.nabble.com/Selecting-elements-with-multiple-classes-tp17611909s27240p17635709.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to