在jquery.mobile-1.4.5.min.js的5254行找到下面代码
return $.proxy(function( xhr, textStatus, errorThrown ) {
然后在下面添加
$.mobile.pageLoadErrorMessage = xhr.responseText;
在jquery.mobile-1.4.5.min.js的5254行找到下面代码
return $.proxy(function( xhr, textStatus, errorThrown ) {
然后在下面添加
$.mobile.pageLoadErrorMessage = xhr.responseText;