I have a site that I\'ve developed that makes decent use of Javascript, and minimal use of AJAX for a few things. The site worked fine on the iPhone until I added the functi
I ran into the same problem recently using jQuery, but it was Safari Mobile's behavior at issue. Maybe in your case too.
Shorten the ajax url from "http://the/full/url" to "/just/the/relative/to/root/part"
BTW, it was @pillsbur who originally found the solution here:
http://www.webmasterworld.com/javascript/3382262.htm