Menu Content

Support

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

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

TOPIC: jquerynoconflict

jquerynoconflict 12 years 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 12 years 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: 12 years ago by maju.
The topic has been locked.
  • Page:
  • 1
User Login Empty