[jQuery] tableSorter, bug hunting!

[jQuery] tableSorter, bug hunting!

Hi All,
I'm very happy to say that the plugin is nearing it's "final" release, i
just finished re-working the code, optimizing and so on. The code is
about 9-10 KB raw, with packer it's around 5KB.
I added disableHeader as an option and all these are valid.
disableHeader: 0 // disable header on index
disableHeader: 'email' // disable header based on title
disableHeader: [0,1,2] // disable multi header, with index
disableHeader: ['email','id','phone'] // disable multi header, with
column titles
All sow you can now attach a sortStart and a sortEnd the same way as you
add ajaxStart / End etc.
Either you can add it to the element or a global like fashion to the
document etc. Take a look at the source of the demo page, to see it in
action.
Since i have a limited supply of platforms / browsers to test the plugin
on, i would like some help from the community.
Please report browser, bugs, sorting time, and machine specs, back to me.
Once again thanks for all the wonderfull support!
The new demo is located here:
http://motherrussia.polyester.se/jquery/tablesorter/
Enjoy!
/Christian
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/