Perhaps you upgraded jQuery without also upgrading jQuery UI? Note: jQuery UI 1.5 and 1.6 are only compatible with jQuery 1.2.6 jQuery UI 1.7+ is only compatible with jQuery 1.3+
- Richard On Wed, Jul 15, 2009 at 8:06 AM, Richard D. Worth <rdwo...@gmail.com> wrote: > worksforme: > > http://jsbin.com/ejewu > > - Richard > > > On Wed, Jul 15, 2009 at 7:59 AM, Maskime <maxime.f...@gmail.com> wrote: > >> >> Hi everyone, >> >> I have ugraded JQuery to v1.3.2 >> But since i did that it looks like i've lost the close event on >> dialogs >> I've trying this : >> $('#dialog').dialog({close : function(){alert("lorem");}}); >> >> but when i click on the 'X' of the dialog nothing happens... >> >> Any idea where it could come from ? > > >