Latest JQuery UI not compatible with latest JQuery
I placed the latest versions of JQuery and JQueryUI on my project JQuery 1.11.1 and JQueryUI 1.11.2
This works fine when running debug from the development project. However after publishing and deploying to a test machine, I get the error
-
-
Message: 'n.browser.msie' is null or not an object
Line: 1
Char: 156483
Code: 0
URI: http://localhost:51718/VFS_ProcurementTracking/bundles/jqueryui?v=LS1M8112rBmvC7RxROD4OvHio6oFqpF4ojXrABzhBfg1
Which is telling me that the latest version of JQuerr UI is stil accessing the browser object which was removed in JQuery 1.9
This is preventing any of the JQueryUI widgets, even those built-in, from functioning at all. How I do I get around this incompatibility without reverting to JQuery 1.8.2 and JQuery UI 1.8.24?