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"},