google-code-export / dynatree

Automatically exported from code.google.com/p/dynatree
1 stars 0 forks source link

Jquery 2.0.2 and dynatree datepicker issue #479

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Check out this fiddle:

http://jsfiddle.net/a4qvL/1/

Console output:
Error: Uncaught TypeError: Cannot read property 'msie' of undefined 

$.browser.msie function is not supported starting with jquery 1.9.1
Please update.

If we remove jquery-ui.custom.js everything works as expected.

Original issue reported on code.google.com by sergiu.o...@3pillarglobal.com on 25 Mar 2014 at 1:58

GoogleCodeExporter commented 9 years ago
dynatree should not reference $.browser.
jquery-ui.custom.js (and datepicker) are not part of the project, just included 
so that samples run.

Original comment by moo...@wwwendt.de on 2 Apr 2014 at 6:29