You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$.browser is removed from jquery 1.9, so it would be nice to upgrade it.
In case someone wants to do that , i found that:
link jQuery.browser() removed
The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as Modernizr.
The text was updated successfully, but these errors were encountered:
Hello, in jquery.fn.gantt.js in line 189 u have
$.browser is removed from jquery 1.9, so it would be nice to upgrade it.
In case someone wants to do that , i found that:
link jQuery.browser() removed
The jQuery.browser() method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as Modernizr.
The text was updated successfully, but these errors were encountered: