[jQuery] getJSON callback bug

2008-07-01 Thread Robert O'Rourke
Hi all, I think there may be a bug with the getJSON callback function. See http://www.sanchothefat.com/dev/jquery/json/ An alert should show and the body should turn blue if it's successful. Using firebug you can see it gets the file. I don't know what's wrong. MIME type maybe? Cheers, Ro

[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