Menu Content

Support

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

Cannot Select Check in and Check out dates.
(1 viewing) (1) Guest
If you want to ask question about the product features, licensing conditions or other questions prior to purchase, please, do it here.
  • Page:
  • 1
  • 2

TOPIC: Cannot Select Check in and Check out dates.

Re: Cannot Select Check in and Check out dates. 11 years, 6 months ago #33520

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

Joomla use mootools as a javascript framework and our component booking use it as well. I understand that many developers use jQuery instead of it, but there is necessary to do it in non conflict mode. It is just important for components used in Joomla if Joomla's basic framework can be in conflict with jQuery scripts.

But you have this problem and need both components, so what now?

This will turn jquery to non conflict mode:
1. You need to load jquery script before mootools.
2. modify your jquery script (file jquery.min.js) and add this row at the end: jQuery.noConflict();

This will help to your jquery work in non conflict mode:
3. You have to add these rows before and after jquery scripts:
(function($){ // before jquery

//jquery scripts

})(jQuery); // after jquery
It means that $ will be used for jQuery between these rows.
ARTIO Support Team
The topic has been locked.

Re: Cannot Select Check in and Check out dates. 10 years, 7 months ago #40956

For anyone still having this problem, I found an easy solution. This plugin , jQuery Easy solved my problem with the Bookit buttons not working because of the jQuery / Mootools conflicts.

It should still be working here: Find your niche

I hope it helps someone solve their problem quickly :-)

Best of luck
Real Mobile Business
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty