Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
成功提交数据到服务器后如何显示成功消息?
就像Jqgrid 编辑表单上的“行添加成功”
afterSubmit: function () { alert("Row added Successfully"); $(this).jqGrid("setGridParam", {datatype: 'xml'}); return [true]; }, closeAfterAdd:true, reloadAfterSubmit:true, recreateForm: true, bottominfo:"Fields marked with (*) are required"},