Mottie/tablesorter

Bootstrap and IE7

jhfrench opened this issue · 2 comments

The Bootstrap themed demo doesn't work in IE7. Please see http://jsfiddle.net/jhfrench/vCTHw/634/embedded/result/

Tablesorter works with Bootstrap JS and CSS assets if you exclude Tablesorter's Bootstrap theme: http://jsfiddle.net/jhfrench/vCTHw/635/embedded/result/

I can't get jsFiddle to work in IE7 at all.. well I guess the result page work, but try to edit it.. BAM!

Anyway, I did find the problem... a silly trailing comma all the way at the bottom.

// reset filters button
filter_reset: ".reset",

// set the uitheme widget to use the bootstrap theme class names
// uitheme : "bootstrap"

It also exists in the current bootstrap demo. So, I'll have that fixed in the next update.