json不返回的同学,可以检查一下地址栏的文件地址是不是http://localhost:+端口号/,如果是file:///+地址则是属于本地文件打开,html页面是没有在服务器上跑起来的,所以不会返回json数据。可以试试在编译器里使用run或者open in 浏览器打开文件,确定地址栏有localhost端口号就可以返回了
2017-11-29
$("#username”).rules(add,{minlength:2,maxlength:10})
2017-11-12
dateISO:是比较严格模式只能用****/**/**杠或者-号 url:true date:true email:true
2017-11-12
怎么也用不了/*remote:{
url:"remote.json",
type:"post",
data:{
loginTime:function(){
return + newData,
}
}
}*/
url:"remote.json",
type:"post",
data:{
loginTime:function(){
return + newData,
}
}
}*/
2017-11-12