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

How to add No Conflict compatibility? #48

Closed
codecowboy opened this issue Nov 21, 2014 · 1 comment
Closed

How to add No Conflict compatibility? #48

codecowboy opened this issue Nov 21, 2014 · 1 comment
Labels

Comments

@codecowboy
Copy link

If I want to add the script to a Wordpress theme, is the required change just to wrap the whole thing in jQuery((function($) {};?

@christophery
Copy link
Owner

(function($) { })( jQuery ); or jQuery(document).ready(function( $ ) { }); will also work as-well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants