I'm trying to write an iPhone offline webapp using jqtouch/jquery. When I disable my connectivity, it looks like the jquery .load() function silently fails and doesn't even call its callback function. I've set $.ajaxSetup ({cache: true});
but it seems to have no effect. I also have my manifest file etc. working fine - the only issue is the .load() function.
Any ideas?