Using "Tabs" with jquery 1.3.2

Using "Tabs" with jquery 1.3.2


I'm having trouble getting ui.tabs to function correctly.
After much experimentation it appears that if I use the version of
ui.tabs that was created on 6/12/2009 (apologies but I can't see a
version number) with jquery 1.3.2 the tabs function does not work.
If I replace ui.tabs with a version from feb 20th 2009 the tabs
functions performs as expected.
If I combine jquery, ui.core and ui.tabs using the versions from 20th
Feb 2009 everything works as expected.
Returning to the new versions of all three files and swapping out the
files one by one it appears that only ui.tabs effects the result.
However, looking at the upgrade notes in the documentation there is an
implication that tabs works with jquery 1.3.2
My Question:
Can anyone offer advice or point me to a resource where I can find out
if there is a compatibility problem between ui.tabs and jquery 1.3.2?
My knowledge / skill level is: Moderate knowledge of html and CSS but
absolute beginner with JS and JQ, so I need really basic guidance.
Thanks.