The latest versions of both are not compatible jQuery UI 1.5.3 is only compatible with jQuery 1.2.6
jQuery UI 1.6rc5+ is only compatible with jQuery 1.3+ We're releasing 1.6rc6 tomorrow and final this weekend. Google should update within a couple days of final. - Richard On Wed, Jan 28, 2009 at 9:31 AM, Sparkles <[email protected]> wrote: > > I was wondering if anyone has had any success - using the latest > Google hosted file versions of jQuery and jQuery UI - of getting the > resizable callbacks to fire. > > Here's the code I'm using: > ----------------------------------------------------------------------- > $("#resizable").resizable({ > maxHeight: 250, > maxWidth: 350; > stop: function () { > alert("I've stopped") > } > }); > ----------------------------------------------------------------------- > > Does anyone know of any working - and public - examples I can look > to? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
