Versions of UI.js

Versions of UI.js


In the process of getting UI and themes working for our site I am
trying to firstly re-produce the Demo page on my machine.
The demo page works fine while the script is point back to the ui site
for it ui javascript
<script src="http://ui.jquery.com/js/ui.js"></script>
However when download the latest version of ui.js (chose everything to
be safe) I get a file jquery-ui-personalized-1.6b.min.js which I point
to with
<script src="/MyDir/jquery-ui-personalized-1.6b.min.js"></script>
This doesnt work in that non of the tabs or accordion have fired. So
I downloaded http://ui.jquery.com/js/ui.js and pointed to a local copy
<script src="/MyDir/ui.js"></script>
The demo page works fine again.
That implies there is a difference between ui.js as used on the demo
page and jquery-ui-personalized-1.6b.min.js which is the latest
version a user can download.
I will use ui.js for now but want dont really know what it is so need
to fix jquery-ui-personalized-1.6b.min.js