摘要: $.ajax({ url:'/comm/test1.php', type:'POST', //GET async:true, //或false,是否异步 data:{ name:'yang',age:25 }, timeout:5000, //超时时间 dataType:'json', //返回的数 阅读全文
posted @ 2017-07-03 09:20 zc_boy 阅读(127) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-07-03 09:16 zc_boy 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <title>无限翻页测试</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,us 阅读全文
posted @ 2017-07-03 09:14 zc_boy 阅读(195) 评论(0) 推荐(0) 编辑
摘要: $(".div").click(function(){ var that = this; // console.log(that.innerText); layer.open({ title: [ '房间信息', ' color:#fff;margin:0;' ] ,anim: 'up' // ,s 阅读全文
posted @ 2017-07-03 09:02 zc_boy 阅读(177) 评论(0) 推荐(0) 编辑