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

jS noConflict #12

Open
Uhradone opened this issue Apr 9, 2020 · 0 comments
Open

jS noConflict #12

Uhradone opened this issue Apr 9, 2020 · 0 comments

Comments

@Uhradone
Copy link

Uhradone commented Apr 9, 2020

jQuery.noConflict();
Will release the hold on the $ function.
Meaning all other extensions using jQuery with

$( document ).ready(function() {
    
});

will not work anymore.

Please delete: jQuery.noConflict();

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