> > 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...
>
> Post a demo link.

Here's a link for you:

http://malsup.com/jquery/test/jun3.html

Reply via email to