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

Shouldn't assume $ is available on window. Use jQuery instead. #27

Open
donut opened this issue Aug 16, 2014 · 0 comments
Open

Shouldn't assume $ is available on window. Use jQuery instead. #27

donut opened this issue Aug 16, 2014 · 0 comments

Comments

@donut
Copy link

donut commented Aug 16, 2014

It's considered good practice to use jQuery.noConflict() in case other libraries use $ on window. This library should either define $ as a local variable within its closure and assign it jQuery or it should just use jQuery everywhere.

The easiest solution would be to simply add $ = jQuery at the top of the main file.

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

1 participant