Closed zeldigas closed 10 years ago
I don't see $.browser in the code at all: https://github.com/DataTables/FixedHeader/blob/master/js/dataTables.fixedHeader.js ? Am I missing something or are you using an old version?
Oh, sorry, did not checked the sources. I used a version from here http://datatables.net/releases/DataTables-1.9.4.zip, but with more new jquery, and found described problem. Thank you for your comment, I'll try version from git.
The package in the 1.9.4 distribution is out of date now. The latest is available here: http://datatables.net/download .
There is no jQuery.browser anymore since 1.9 (http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed), and during initialization you get JS error. Consider migrating to Modernizr or smth. similiar