[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-26 Thread Maxime FAYE
Not this neither : jQuery UI 1.7.2 says ui.core.js 2009/10/23 Maxime FAYE > OK i'll check this and i'll keep you posted :) > > 2009/10/23 Richard D. Worth > > How bout an old version of jQuery UI then? If you're using jQuery v1.3.2 >> make sure you're not using a jQuery UI version older than 1.

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-23 Thread Maxime FAYE
OK i'll check this and i'll keep you posted :) 2009/10/23 Richard D. Worth > How bout an old version of jQuery UI then? If you're using jQuery v1.3.2 > make sure you're not using a jQuery UI version older than 1.7 > > - Richard > > > On Thu, Oct 22, 2009 at 11:20 AM, Maxime FAYE wrote: > >> Nope

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-23 Thread Richard D. Worth
How bout an old version of jQuery UI then? If you're using jQuery v1.3.2 make sure you're not using a jQuery UI version older than 1.7 - Richard On Thu, Oct 22, 2009 at 11:20 AM, Maxime FAYE wrote: > Nope : > > jQuery JavaScript Library v1.3.2 that's what the jQuery.js file says :) > > > 2009/1

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-22 Thread Maxime FAYE
Nope : jQuery JavaScript Library v1.3.2 that's what the jQuery.js file says :) 2009/10/22 Ariel Flesler > Could be that you're using an old version of jQuery (prior to 1.3.x?) > > > On Thu, Oct 22, 2009 at 1:03 PM, Maxime FAYE wrote: > >> Sorry no... >> >> But i can give you the code that is ge

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-22 Thread Ariel Flesler
Could be that you're using an old version of jQuery (prior to 1.3.x?) On Thu, Oct 22, 2009 at 1:03 PM, Maxime FAYE wrote: > Sorry no... > > But i can give you the code that is generting the error : > var sDialogId = "divPleaseActionDialog"; > var sDialog = ""; > var oButtons = {}; >

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-22 Thread Maxime FAYE
Sorry no... But i can give you the code that is generting the error : var sDialogId = "divPleaseActionDialog"; var sDialog = ""; var oButtons = {}; oButtons[aTranslations["ok"]] = function(){ $j('#' + sDialogId).dialog('destroy'); }; sDialog += '' + "\n"; sDialog +=

[jQuery] Re: $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-22 Thread Ariel Flesler
Can you provide a link to the page where you see this error? -- Ariel Flesler http://flesler.blogspot.com On Oct 22, 1:32 pm, Maskime wrote: > Hi all, > > I'm having the following error when  opening a dialog > > $.Event is not a function js/jquery/ui.core.js Line 345 > > I don't really underst