Or any other type of sort for that matter.
smashrok.com
I wish to make the list generated after selecting an episode sortable but apparently ajax says otherwise. I know its not a fault of javascript cuz the jquery works fine when tested outside of the div the ajax is assigned to replace. The basic code is of the tut found at:
http://www.w3schools.com/php/php_ajax_database.asp
This is the table sort:
http://tablesorter.com/docs/
Now, when I assign everything perfectly to the table output (meaning everything needed for JS to work properly is in place), It doesnt alow for the list to sort.
My best hunch is that the includes dont even apply to the php page that's called by the ajax, but how would I fix that? Thanks for any help.