or
<script type=
"text/javascript"
>
$(document).bind(
"mobileinit"
,
function
(){
$.extend( $.mobile , {
ajaxEnabled :
false
,
pushStateEnabled :
false
});
});
</script>