I have a table on which I want开发者_高级运维 to apply sorting, I downloaded the sortTable.js, included it in my asp page by <script src=\"sorttable.js\"></script>, gave the table class as
The following onload function call was working: <script type=\"text/javascript\"> function frameloaded() {
I\'m using a table sorter to \'order\' my tables on the client side. However - when I change an order, my row colors get messed up.
I\'ve been trying to sort a table using ajax for sometime now but the table doesn\'t sort at all. What could be the problem?