rachi_1977 wrote:
... the problem was resolved by simply adding the following code inside the <head></head> section of my templates/index.php file
<script type="text/javascript">jQuery.noConflict();</script>
Are you saying you did this in Booking's template or the template that your site is themed off of? I've checked both and the only index.php file contains no <head> but rather just php code. When I added <head><script type="text/javascript">jQuery.noConflict();</script></head> to the top of my template's index.php file I didn't see a change and when I added it to the bottom of the file I got formatting errors. So I'm still lost.