jquery---ajax異步提交+validate表單驗證

$("#submitButton").click(function(){ //序列化表單 var param = $("#leaveSave").serialize(); $.ajax({ url : "leaveSave.action", type : "post", dataType : "json", data: pa
相關文章
相關標籤/搜索