摘要: $.ajax({ url:"test.json", type: "GET", data: {username:$("#username").val()}, dataType: "json", beforSend:function(){ // 禁用按钮防止重复提交 $("#submit").attr( 阅读全文
posted @ 2017-06-16 16:54 Debugs 阅读(1315) 评论(0) 推荐(0)
摘要: <script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">var jq=$.noConflict();jq(document).ready(function(){ jq 阅读全文
posted @ 2017-06-16 13:25 Debugs 阅读(521) 评论(0) 推荐(0)
摘要: #extras {display: table-cell;width: 180px;padding-left: 10px;border-right: 1px dotted #d7ad7b;} table使该元素按table样式渲染table-row使该元素按tr样式渲染table-cell使该元素按 阅读全文
posted @ 2017-06-16 12:30 Debugs 阅读(929) 评论(0) 推荐(0)