You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi nagac, you need to put jQuery in no conflict mode.
First of all you need to load your jQuery library, then you need to put the code:
jQuery.noConflict();
This will make jQuery use just the jQuery call and not the $. So, mootools library will always see the $.
And now you can load the mootools library ad use the simple modal.
But remember to always use jQuery instead of $ if you are using jQuery, and to use $ if you are using mootools.
I am using Mootools and jQuery in of my project and the simple modal doesn't work after integrating jQuery.
Your help is highly appreciable.
cheers,
The text was updated successfully, but these errors were encountered: