JQuery tablesorter - Second click on column header doesn't resort
- by Jonathan
I'm using tablesorter in on a table I added to a view in django's admin (although I'm not sure this is relevant).
I'm extending the html's header:
{% block extrahead %}
<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.js"></script>
<script type="text/javascript"…