Open
Description
Hello, in jquery.fn.gantt.js in line 189 u have
if ($.browser.msie) {
x -= $(document).scrollLeft();
y -= $(document).scrollTop();
} else {
x -= window.pageXOffset;
y -= window.pageYOffset;
}
$.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.
Metadata
Metadata
Assignees
Labels
No labels