How could I load a page via AJAX?

How could I load a page via AJAX?

Hi!, in JQuery I write this:
  1. .....
  2. $("#prueba_ajax").load("url", function() {alert("Load was performed");});
  3. ....
  4. <div id="prueba_ajax"></div>
  5. ...
and its ok, but in JQuery Mobile nothings happend?!?! thx.