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

jQuery in compatibility mode #13

Open
tometzky opened this issue Feb 25, 2015 · 0 comments
Open

jQuery in compatibility mode #13

tometzky opened this issue Feb 25, 2015 · 0 comments

Comments

@tometzky
Copy link

Some very popular CMSs, for example Wordpress, import jQuery in compatibility mode using jQuery.noConflict(). This causes that this plugin does not work when included as is.

Please wrap your js code in:

(function( $ ) {
// Your jQuery code here, using the $
})( jQuery );

as described in documentation: Avoiding Conflicts with Other Libraries.

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