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

Use jQuery instead of $ for dom event delegation #117

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

j3tan
Copy link
Contributor

@j3tan j3tan commented Oct 23, 2015

  • fixes issues with noConflict()

fixes #108

- fixes issues with noConflict()

fixes #108
@boxcla
Copy link

boxcla commented Oct 23, 2015

Verified that @j3tan has signed the CLA. Thanks for the pull request!

@j3tan
Copy link
Contributor Author

j3tan commented Oct 23, 2015

This is the least invasive fix I could come up with, especially since we support server/browser include

@nzakas
Copy link
Contributor

nzakas commented Oct 23, 2015

+2

j3tan added a commit that referenced this pull request Oct 23, 2015
Use jQuery instead of $ for dom event delegation
@j3tan j3tan merged commit d4ba5a3 into master Oct 23, 2015
@j3tan j3tan deleted the use_jQuery_instead_of_$ branch October 23, 2015 19:16
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.

Box.JQueryDOM is using a global $ namespace
3 participants