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>

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in dropdown type question in google forms