JqueryMobile Back Button is not working
For fixing the issue of Back Button in JqueryMobile, we can use the following script.
<script>
$.extend( $.mobile , {
ajaxEnabled : false,
hashListeningEnabled: false
});
</script>
<script>
$.extend( $.mobile , {
ajaxEnabled : false,
hashListeningEnabled: false
});
</script>
Comments
Post a Comment