Hello guys!

I'm doing mobile web work and am using jQuery for AJAX callbacks...

It all works nicely on my Vista Box using Safari, IE7, FF3 and Chrome
and I've been testing it on my N95 browser which I think is Safari
version 2.0 - www.cyscape.com  told me :)

I've hit a problem with the AJAX calls on the N95, I'm getting a
'success' on the textStatus when using $('#hidden').load
(url,"",callback(data, textStatus)) but the data part is null.

On the other browsers it's returning the contents of the server
response but the N95 is giving me a null.

The contents of the $('#hidden').html() is not getting getting
updated.

I've also tried using jQuery.get(url,"",callback(data))  but the data
value is null as well.

I'm thinking that my N95 doesn't support AJAX calls or the jQuery
implementation of it?

Is there any way I can test this further?

Does anyone know if AJAx works on the iPhone? I don't have one to
test :(


Thanks,
N

Reply via email to