What I'm doing:
I'm using a three jQuery UI widgets plus a separate jQuery based navigation menu.
You can see the three UI widgets working together here:
http://www.dominornovus.com/jquery-test-environment/
(link features datepicker, selectmenu and button jQuery UI widgets)
The problem:
When I copy my working code to another website, the call to the jQuery UI button randomly breaks all jQuery on my page (including the separate jQuery based navigation menu):
http://www.dominornovus.com/killyliss-country-house/test/
The only difference between the pages found at the two links I've provided is the jQuery based navigation menu.
Please note that even when I delete all code relating to the navigation menu, the call to the button UI widget still breaks jQuery on my page.
My question
Can anyone deduce from the two pages what difference exists and why one page fails on the button UI call but the other page doesn't?
I can't find any discernible difference between the two pages and yet they behave differently. One breaks; the other doesn't.