easyui form表单提交标准格式

 $("#temForm").form('submit', {
            url: '',
            queryParams: {},
            cache: false,
            type: 'POST',
            dataType: 'json',
            beforeSubmit: function () {
                return $(this).form('validate');
            },
            success: function (data, status) {
                
            }
        });

 

posted @ 2015-05-20 09:13  Seaurl  阅读(1046)  评论(0编辑  收藏  举报