jquery 1.9 support on FixedColumns
jquery 1.9 support on FixedColumns
jwinter
Posts: 9Questions: 2Answers: 0
The FixedColumns package throws some errors with Jquery 1.9 -- will this be updated soon?
This discussion has been closed.
Replies
This is the line that is causing the problem:
[code]
"bOldIE": ($.browser.msie && ($.browser.version == "6.0" || $.browser.version == "7.0"))
[/code]
I'd say just change that to false for now. I'm thinking of dropping support for old IE anyway - particularly given that jQuery is doing so without extra plug-ins.
Allan
TypeError: c.browser is undefined
I'll try to look at updating FixedColumns soon, but it will probably be a week or so before I can.
Allan
Thanks!