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