[jQuery] Odd include ordering bug w/ Tablesorter and WrapInner
Hmmm, makes sense now with the wrapinner implementation within
tablesorter. Sorry for the confusion, maybe this is better ...
Wrap Inner works:
<script src="jquery.tablesorter.js" type="text/javascript"></script>
<script src="jquery-plugin-wrapinner.js" type="text/javascript"></script>
Wrap Inner does not work:
<script src="jquery-plugin-wrapinner.js" type="text/javascript"></script>
<script src="jquery.tablesorter.js" type="text/javascript"></script>
--- Christian Bach <christian.bach@polyester.se>