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