Error: TypeError: a.browser is undefined Source File: .../jquery.tools2.min.js Why is this error shown as I have updated with new code. [jquerytools.org...]
graeme_p
12:46 pm on Nov 20, 2013 (gmt 0)
What version of Jquery are you using? It looks like the last version of Jquery that Jqery Tools was compatible with was 1.7.
I am not sure what a.browser is, but I wonder if it is related to the removal of JQuery.browser?
You need to use a Jquery version lower than 1.9 or use the Jquery migrate plugin.
toplisek
8:47 am on Nov 21, 2013 (gmt 0)
You mean jQuery 1.9.1 Released will be fine?
toplisek
9:05 am on Nov 21, 2013 (gmt 0)
I have tested and your are right. It works perfect: <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <script src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>