摘要: AJAX参数详细列表: 预期服务器返回的数据类型。如果不指定,jQuery 将自动根据 HTTP 包 MIME 信息返回 responseXML 或 responseText,并作为回调函数参数传递,可用值: "xml": 返回 XML 文档,可用 jQuery 处理。 "html": 返回纯文本 阅读全文
posted @ 2018-07-25 17:51 Ant137 阅读(333) 评论(0) 推荐(1)
摘要: <!-- 注册窗口 --><div id="register" class="modal fade" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-body"> <but 阅读全文
posted @ 2018-07-25 13:28 Ant137 阅读(669) 评论(0) 推荐(0)
摘要: // 导航栏$(function(){ // 当前链接以/website/分割后的第2个元素 var index = window.location.href.split("/website/")[1]; // 对index以/分割取第一个元素 var href = index.split("/") 阅读全文
posted @ 2018-07-25 13:27 Ant137 阅读(373) 评论(0) 推荐(0)