I'm developing a mobile app which will be used with phonegap. I am testing the app in a browser by loading from the file system with file:///<path-to-app>
My understanding is that $.support.cors and $.mobile.allowCrossDomainPages being set to true should allow me to complete ajax json requests successfully. Can anyone confirm this or tell me what I might be doing wrong?
I was using jsonp until I discovered these settings and was hoping they would allow me to use json instead. My ajax call looks something like this: