摘要: $.ajaxSettings.async = false;//同步请求 $.getJSON(url, data, function(data){ }); $.ajaxSettings.async = true;//恢复异步 阅读全文
posted @ 2019-11-12 19:16 vvull 阅读(157) 评论(0) 推荐(0)
摘要: 设置隐藏域~ <input type="hidden" value="1" id="flag" /> 其它三种方法 阅读全文
posted @ 2019-11-12 18:56 vvull 阅读(192) 评论(0) 推荐(0)
摘要: 解决:规定两个子div的父div的宽 <div id="showDataDiv" style="width: 1000px"> <div style="float: left;"><table id="showData"></table></div> <div style="float: left; 阅读全文
posted @ 2019-11-12 16:58 vvull 阅读(541) 评论(0) 推荐(0)