New widget `radio buttons`: problems with jquery 1.3.2 (instead of 1.4.2)
I am using the jqueryui buttons widget on a Drupal site. Drupal, if you don't know, uses a really outdated version of jquery by default: 1.2. Updating to jquery 1.3.2 is painless, but using jquery 1.4.2 breaks things, like the shipping quote AHA/AJAX. So, using 1.3.2 (and not 1.4x) is important for Drupal sites.
The problem I has is that the buttons in jqueryui 1.8.2 and 1.8.5 seem to break when I use jquery 1.3.2. It seems to be a bug to me, since jqueryui 1.8.5 should be compatible with 1.3.2.
Is this a known issue? Is there any advice someone can give to me? Should I setup an example page to show what happens?
thanks all for your assistance.