I don't see multiple <tbody>s. Can you explain further where
I need to insert additional <tbody>s?
Here's my thought process on what I need to do, please correct
where necessary...
- insert <script src='xxx'> tags, one for jquery, one for
sortChildren. jquery is referenced online, sortChildren.js is
copied to my js folder.
- create a function in my <script> section and paste your
code into it. i.e. function jakesort() {
- create onclick events on <th> to invoke jakesort()
<<corrected the name :)
Is that the right idea?