I currently have UI 1.7.2 and jQuery 1.3.2.
The jQuery UI site says that 1.8.13 is compatible with jQuery 1.3.2+, but when I tried updating UI, the datepicker doesn't work. The error console says "Object #<Object> has no method 'delegate'". A search of the jQuery docs shows that the delegate method was added in 1.4.2.
So is jQuery UI 1.8.13 compatible with 1.3.2 or not?