> 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.