Click to See Complete Forum and Search --> : JQuery Tablesorter for XML/XSL?


Frost
02-05-2010, 08:23 AM
I've used JQuery's tablesorter for an HTML page and it works decently. Now I have an XML page that I style with XSL. I did everything to apply the JQuery Tablesorter plug-in but it is not working. Is there something different I have to do to include .js files? Or do I need to add something to the .js file that makes it work with XML?

When I called the tablesorter function, I threw a window.alert and that works so I know JavaScript should work in general. I even used CDATA within the <script> tags.

This is my first time working with XML. Looking forward to any help one may give.

Thanks,

Joe

Frost
02-17-2010, 02:17 PM
Any takers?

rnd me
02-21-2010, 07:27 AM
i have a working setup where i put the jquery tag in the head, and the table sorter plugin tag at the end of the body.
as long as you generate the same html you had before, everything should work.