Hi i have the bellow code i want to sort table rows based on the class name ..here each row contains two classes one is "sprint1" and second one is "cls*" ..i want to sort the rows bassed on the second class...thanks in advance
<tr class="sprint1 cls5">
<tr class="sprint1 cls4">
<tr class="sprint1 cls3">
<tr class="sprint1 cls1">
<tr class="sprint1 cls2">