jQuery.mobile.changePage() | jQuery Mobile API Documentation

jQuery.mobile.changePage() | jQuery Mobile API Documentation

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

你可能感兴趣的:(JQuery Mobile)