Despite endless reading of the API documentation and internet post I cannot get the AJAX Navigation to be disabled.
CURRENT SCRIPTS
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.0-alpha.2/jquery.mobile-1.4.0-alpha.2.min.js"></script>
<script>
$(document).bind(“mobileinit”, function() {
$.mobile.ajaxEnabled = false;
});
</script>
MY ISSUE
Using ASP.NET Forms When I login from a root page (index.aspx) I should be redirected to a folder (LOGIN) where the rest of my site is but the folder is not passed to URL.
I GET /Page.aspx
Instead of /LOGIN/Page.aspx
QUESTION
How to fix the navigation behavior for ASP.NET forms Login Submit OR
How to disable AJAX Navigation globally for Jquery Mobile 1.4