I'm using jQTouch which is an implementation of jQuery with some extra stuff for mobile devices. I have a div with id=testinner. When I use this code, it works fine from a local file:
$("#testinner").load("test.html");
But if I test with a remote file, nothing loads
$("#testinner").load("http://www.google.com");
Anyone have any idea what I'm doing wrong?