Using Accordion with jQuery 1.6
I'm trying to use jQuery UI on our new shopping cart running CS-Cart, a PHP shopping cart which makes extensive use of jQuery. The latest version of CS-Cart uses jQuery 1.2.6 and although, on a whim, I tried updating to the latest version of jQuery, it broke many functions of the CS-Cart software. So for better or for worse (worse) the site needs to be using 1.2.6 to work with all the jQuery built into the cart, and of course the shopping cart is the key functionality of the site - I'm merely trying to extend that a bit and would like to use jQueryUi.
My understanding is that 1.6 is the jQuery UI compatibility release for people who need to stay with jQuery 1.2.6 so I've got that on my pages ("
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.6/jquery-ui.min.js"></script>")
I originally tested my accordion script with the latest version of jQuery and jQueryUi and they worked fine on that test page. When I migrate them to the CS-cart site using 1.2.6 and 1.6, there's no accordion but also no errors reported in the code. The page is http://temp.hfield.com
Does anyone have any idea what I'm doing wrong?