Says it found 2 rows here, which looking at the source code is exactly the expected behaviour.
On Jun 4, 12:31 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > 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