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

Fixed wrong behavior while using jQuery.noConflict and added test #104

Merged
merged 1 commit into from
Oct 11, 2014

Conversation

flyingleafe
Copy link
Contributor

While working on my own project I noticed what iframeResizer fails to initialize if the host page uses renames jQuery object using jQuery.noConflict(true). That was happening because jQuery object remains present in window, but gets undefined value. Fixed that by changing the condition which checks if jQuery present on the page. Also, added the test for this case.

@davidjbradshaw davidjbradshaw merged commit d8524f4 into davidjbradshaw:master Oct 11, 2014
@davidjbradshaw
Copy link
Owner

Thanks.

@davidjbradshaw
Copy link
Owner

Released in v2.6.2

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