Jquery Mobile 让错误提示可在后台控制显示内容
在jquery.mobile-1.4.5.min.js的5254行找到下面代码
return $.proxy(function( xhr, textStatus, errorThrown ) {
然后在下面添加
$.mobile.pageLoadErrorMessage = xhr.responseText;
本文来自博客园,作者:项希盛,转载请注明原文链接:https://www.cnblogs.com/xiangxisheng/p/10451712.html
浙公网安备 33010602011771号