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 changed back to FF2 and all works as
expected. The solution is ot use $.ajax with type: 'POST' instead of
$.getJSON, but now i have to change alot of code in my scripts. Is
there any solution to change anything in the library itself to works?

Reply via email to