-
Notifications
You must be signed in to change notification settings - Fork 22
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
jQuery.browser removed in 1.9 #15
Comments
You can get around this by using https://github.com/jquery/jquery-migrate/ for the moment. Hopefully this code will be updated to stop relying on $.browser. |
My understanding is that the need for browser here is because IE doesn't provide the same values for the button attribute of a mouse event as "standards compliant" browsers, and we want to determine which button was clicked. |
http://api.jquery.com/jQuery.browser/ was removed (and depr. since 1.3)
Your code now fails here:
The text was updated successfully, but these errors were encountered: