[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

[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, Oc

[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... >> &

[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] $.Event is not a function js/jquery/ui.core.js Line 345

2009-10-22 Thread Maxime FAYE
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 understand what's happening since i'm using this code to load dialog in many places in my application an it's the first time that i'm having this problem... If any

[jQuery] Re: close event on dialog ?

2009-07-15 Thread Maxime FAYE
erf... Thx Richard you hit the spot ^^

[jQuery] Re: How to read the contents of .php filw on the webserver

2009-07-07 Thread Maxime FAYE
You can't ;) Since php is a server side language the webserver will give you the result but not the php code. This would be a serious security fail... 2009/7/7 Neha > > Hey guys, > > Myself totally new in this javascript worldi have to read the > contents of a .php file which is placed on t