在jsp中调用jauery老是报对象不支持此属性和方法
其他的地方可以的啊!$.post("<%=basePath%>xxcj/tnbhzsfb/tnbsfbAcion.do",{type:"checkRequestCheck",id:"<%=oldFamily_no1%>",MODULE_ID:"36"},function(data){
if(data=="0"){
var error_code = "对不起! <br />你不能修改该随访信息.";
var error_msg = "[请发送对该随访的操作申请,申请审核后方可进行修改!]";
window.open("<%=basePath%>/error/error2.jsp?error_code="+error_code+"&error_msg="+error_msg,"","height=280, width=400, top=80, left=300, toolbar=no, menubar=no, scrollbars=yes, resizable=yes,location=no, status=yes");
}
});
这是些的jquery的代码?