Skip to content

Re-fix #535 fix reversed noConflict in DjDT jQuery include #590

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

Closed
wants to merge 1 commit into from

Conversation

mbarrien
Copy link
Contributor

Per my comment at 727b4e0#diff-4f4a91c0e3639b7eb74d3dc23799f72dR8

I believe the noConflict call is swapped; using your own JQUERY_URL should not use noConflict, while using the "bundled" one of DjDT should use noConflict. The code as currently written does the reverse, and both break in my app that uses both require.js and other jQuery plugins, with the jQuery plugins unable to find the jQuery "$" object.

This pull request reverses those, fixing that.

If this pull request is accepted, an expedited 1.2.1 release would be appreciated! Thanks!

@mbarrien
Copy link
Contributor Author

You're right, the logic is right. We're still experiencing pain with RequireJS however, even with the attempt to use the vendored jquery. New patch coming that addresses it.

@mbarrien mbarrien closed this Apr 29, 2014
@mbarrien mbarrien deleted the jquery-noconflict branch April 29, 2014 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants