Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

jquerynoconflict
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: jquerynoconflict

jquerynoconflict 11 years, 2 months ago #36636

I need help working out the jquerynoconflict issue in order to get this booking component to work. Was anyone able to figure out how to do this?
The topic has been locked.

Re: jquerynoconflict 11 years, 2 months ago #36734

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

you have to load jQuery before mootools. At the end of jQuery add this line:
jQuery.noConflict();

This allow other javascript frameworks to use $.

Any other jQuery script wrap inside these 2 rows:
(function($){
 
//jqueryscript;
 
})(jQuery);

This will get $ for jQuery functionality. So mootools will not work inside these rows.
ARTIO Support Team
Last Edit: 11 years, 2 months ago by maju.
The topic has been locked.
  • Page:
  • 1
User Login Empty