Load data into my phone from server

Load data into my phone from server

I use JQuery Mobile + Phonegap, but when I write
  1. $("#loader").load("http://www.example.com/test.php", function() {alert("Load was performed");});

don't work, but in JQuery from my computer just works!!!