Hello again and thank you for your help.
Talking with template’s developers, I have added JS calls in the right place and now, looking the code, I can find calendar… but the code is commented so it do not show in the page!
I am pretty sure that it is a detail like a flag in backend configuration… but I cannot find it!
Hi again.
I have added this code in my <head> section but it doesn’t work:
jQuery(window).bind("load", function ($) {
//alert('test');
jQuery("#DOPBookingSystem1").DOPBookingSystem();
});
What’s wrong?!?