Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$.browser #40

Open
panSarin opened this issue Oct 7, 2013 · 2 comments
Open

$.browser #40

panSarin opened this issue Oct 7, 2013 · 2 comments

Comments

@panSarin
Copy link

panSarin commented Oct 7, 2013

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.

@usmonster
Copy link
Contributor

@panSarin, this was actually fixed in a fork, check out @taitems/jQuery.Gantt.

@onlinewebdev
Copy link

Hi,

I have just seen your jquery.gantt
I think there are some issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants