How could I load a page via AJAX?
How could I load a page via AJAX?
Hi!, in JQuery I write this:
.....
$("#prueba_ajax").load("url", function() {alert("Load was performed");});
....
<div id="prueba_ajax"></div>
...
and its ok, but in JQuery Mobile nothings happend?!?! thx.
Topic Participants
antoineshoes