You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -78,6 +94,19 @@ if ( location.protocol.substr(0,4) === 'file' ||
78
94
// Ajax doesn't work so turn it off
79
95
$(document).bind("mobileinit",function(){
80
96
$.mobile.ajaxEnabled=false;
97
+
98
+
varmessage=$('<div>',{
99
+
"class": "ui-footer ui-bar-e",
100
+
"style": "overflow: auto"
101
+
});
102
+
103
+
message
104
+
.append("<h3>Note: Navigation may not work if viewed locally</h3>")
105
+
.append("<p>The AJAX-based navigation used throughout the jQuery Mobile docs may need to be viewed on a web server to work in certain browsers such as Chrome. If you see an error message when you click a link, try a different browser or <a href='https://github.com/jquery/jquery-mobile/wiki/Downloadable-Docs-Help'>view help</a>.</p>");
0 commit comments