当前位置:编程学习 > JSP >>

jsp中function函数中这样写,可是点击按钮为什么没反应。后台处理没问题,code返回值1.高手看看有什么问题

$.post("${ctx}/system/rentcontrast.do?method=onchange",{id:id},function(res){ var res = eval("(" + res + ")") ; if (res.code == '1') { //ui.success('标记成功!'); alert("hahha 标a记成功" + id); } else if (res.code == '-1'){ //ui.error('参数异常!') ; alert("hahha 参数异常" + id); } else { //ui.error('标记失败!'); alert("hahha 标记失败 " + id); } },"json");
追问:
改了之后还是不行啊,这个方法就是不执行,单击按钮时提示“网页上有错误”。jquery.js文件也引入了呀
$.post('rentcontrast.do',{method:onchange,id:id},function(res){
})
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,