Using tablesorter to sort when using DIV's
Hi,
I am using the table sorter plugin, but I have some styles applied to items in the table, so a number sort does not work. Is there a way for me to modify the sorter to ignore the styles ? Here is an example of what I am using.
- <td class="comp6"><div class="helpwrap">
<p class="the-price">€200.00</p>
<p class="gbox"><!--<a href="#"><span>Buy Now<br>
Cover</span></a>--></p>
</div>
- </td>
- <td class="comp6"><div class="helpwrap">
<p class="the-price">€220.00</p>
<p class="gbox"><!--<a href="#"><span>Buy Now<br>
Cover</span></a>--></p>
</div>
- </td>