[jQuery] Selecting elements with multiple classes

[jQuery] Selecting elements with multiple classes


Hi All,
A simple example:
1)
<tr class="child">.....
$('.child') works fine and selects all elements with class "child"
2) <tr class="child del">
$('.child)' does not work and selects nothing
How can I fix this and select the elements in case of multiple classes? Is
there something as a wild card to select any elements containing "child" as
one of the classes?
Thanks
A
--
View this message in context: http://www.nabble.com/Selecting-elements-with-multiple-classes-tp17611909s27240p17611909.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.