Theres a stray call in tabletools to .die() that requires translation into .off()
line 680'ish: $('tr', that.s.dt.nTBody).off( 'click.DTTT_Select' );
FYI/feedback on datatables on jQuery 1.9.0 - theres a "full_numbers" pagination button issue on IE-only. In fnInit the $('a', nPaging) selector isnt returning the elements in DOM order, so the button actions end up transposed. Its a jQuery bug thats fixed in jQuery v1.9.1. Theres a similar selector in "two_button" that might play up on 1.9.0, I havent tried it.
Thanks for all your efforts on DataTable - it's brilliant! :)
line 680'ish: $('tr', that.s.dt.nTBody).off( 'click.DTTT_Select' );
FYI/feedback on datatables on jQuery 1.9.0 - theres a "full_numbers" pagination button issue on IE-only. In fnInit the $('a', nPaging) selector isnt returning the elements in DOM order, so the button actions end up transposed. Its a jQuery bug thats fixed in jQuery v1.9.1. Theres a similar selector in "two_button" that might play up on 1.9.0, I havent tried it.
Thanks for all your efforts on DataTable - it's brilliant! :)