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

jQuery noConflict issue #39

Closed
navgarcha opened this issue Jun 28, 2013 · 1 comment
Closed

jQuery noConflict issue #39

navgarcha opened this issue Jun 28, 2013 · 1 comment

Comments

@navgarcha
Copy link

The jQuery object is being passed into the IIFE wrapper and being aliased to $, however this aliased variable is only used when defining the jQuery plugin and the global jQuery is being used throughout the rest of the code. This is fine but when jQuery.noConflict(true) is executed this variable is no longer available.

Is it possible to make use of the aliased variable so we don't run into this issue?

@casperin
Copy link
Owner

Good work!

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

2 participants