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

apotomo conflicts with jQuery.noConflict #46

Closed
belt opened this issue Oct 18, 2011 · 4 comments · Fixed by #88
Closed

apotomo conflicts with jQuery.noConflict #46

belt opened this issue Oct 18, 2011 · 4 comments · Fixed by #88

Comments

@belt
Copy link

belt commented Oct 18, 2011

jQuery.noConflict tells jQuery to not overwrite $() so developers can use prototype along side jQuery.
apotomo generates $(selector).replaceWith() when using jQuery

@apotonick
Copy link
Owner

Tell me what needs to be changed and I will do it :-)

@belt
Copy link
Author

belt commented Oct 19, 2011

Spit out jQuery() instead of $()

On Oct 19, 2011, at 10:15 AM, Nick Sutterer wrote:

Tell me what needs to be changed and I will do it :-)

Reply to this email directly or view it on GitHub:
#46 (comment)

@markglenn
Copy link

You could also wrap the javascript in an anonymous function and pass in jQuery:

(function($) { /* some code that uses $ */ })(jQuery);

From: http://docs.jquery.com/Using_jQuery_with_Other_Libraries

@kuraga
Copy link
Contributor

kuraga commented Jun 17, 2013

New, more fullness fix: #88

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 a pull request may close this issue.

4 participants