Tabletools v2.1.5.dev on jQuery v1.9.x
Tabletools v2.1.5.dev on jQuery v1.9.x
p4ulc
Posts: 1Questions: 0Answers: 0
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! :)
This discussion has been closed.
Replies
> FYI/feedback on datatables on jQuery 1.9.0 [...]
Thanks for pointing that out. I didn't know about that problem. I've just suggest folks upgrade to jQuery 1.9.1+ for that one :-)
Allan