Hi guys,
I tried copying the example from this jquery plugin page,
http://isocra.com/2008/02/table-drag-and-drop-jquery-plugin/
And here is what I’ve tried so far,
http://myonlinesmallgroup.com/warren/ztest/sortable/
So why it’s not working?
Thanks in advance.
Well to start with remove the line:
<span class="comment">// Initialise the table</span>
As its not valid javascript and is stopping your code from running.
So? It’s working?
By the way, there’s a whole host of JS debugging tools out there. Have a look into Chrome’s Developer Tools:
Firebug for Firefox:
http://getfirebug.com/
And if you’re using IE, use it to download Chrome or Firefox! 