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

Added extra test to support jquery <1.9 #38

Closed
wants to merge 1 commit into from
Closed

Added extra test to support jquery <1.9 #38

wants to merge 1 commit into from

Conversation

pahlers
Copy link

@pahlers pahlers commented Dec 18, 2013

I’m want to update to a new version of jQuery. This change allows me to
do.

It adds an extra test that tests the exiting of the function of $.browser

Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

I’m want to update to a new version of jQuery. This change allows me to
do.

`Contains flags for the useragent, read from navigator.userAgent. This
property was removed in jQuery 1.9 and is available only through the
jQuery.migrate plugin. Please try to use feature detection instead.`
@Krinkle
Copy link

Krinkle commented Jul 20, 2014

This does not solve the actual problem, it merely masks it. IE6/7/8 is likely broken with this applied. See #42.

@pahlers pahlers closed this May 22, 2018
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

Successfully merging this pull request may close these issues.

2 participants