摘要:
来自 :http://jquery01.diandian.com/post/2012-01-16/14500044 Jquery中parentsUntil函数调用最容易犯的三个错误 Jquery的parentsUntil()方法用于查找Jquery对象的祖先,使用的时候有三个问题一定要注意: 1) 阅读全文
摘要:
$.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid async: false, error: function(request) { alert("Con 阅读全文