jQuery.mobile.changePage() | jQuery Mobile API Documentation
<script>
$.mobile.changePage( "../resources/results.php", {
type: "post",
data: $( "form#search" ).serialize(),
changeHash: false
});
</script>
jQuery.mobile.changePage() | jQuery Mobile API Documentation
<script>
$.mobile.changePage( "../resources/results.php", {
type: "post",
data: $( "form#search" ).serialize(),
changeHash: false
});
</script>