[jQuery] Re: getJSON callback bug in FF3

2008-05-16 Thread anio
Oh yes. Im running Firefox 3b5 on Linux too. In Firebug i can see the response from server but it seems firefox cant catch it in right way. On May 16, 10:32 am, Marcus Better <[EMAIL PROTECTED]> wrote: > anio wrote: > > Hello group. I changed my web browser from FF2 to FF3 Beta.

[jQuery] getJSON callback bug in FF3

2008-05-15 Thread anio
Hello group. I changed my web browser from FF2 to FF3 Beta. I develop a Catalyst application with jQuery and im almost done until changed the browser. Now all my functions that using getJSON fails with no callback. The script hits the server and receive response, but callback cant be executed. I c