layui.open 通過get和post方式提交數據的兩種方式

layui.open 通過get和post方式提交數據的兩種方式,示例代碼如下,希望可以幫到您。 1.layui.open原生是通過get提交數據的: var url = "/train/class/stage?" + jQuery.param(stage); window.layerIndex = layer.open({ type: 2, title: "編輯階段", shadeClose: true, maxmin: true, area: size,

layui.open 通過get和post方式提交數據的兩種方式,示例代碼如下,希望可以幫到您。

1. layui.open原生是通過get提交數據的:
                var url = "/train/class/stage?" + jQuery.param(stage);
                window.layerIndex = layer.open({
                    type: 2,
                    title: "編輯階段",
                    shadeClose: true,
                    maxmin: true,
                    area: size,
                    content: [url, 'on'],
                    btn: ['確定','關閉'],
                    yes: function(index){
                        var res = window["layui-layer-iframe" + index].callbackdata();
 
                        layer.close(index);
                    },
                    cancel: function(){
                        //右上角關閉回調
                    }
                });
2. layui.open通過post提交打開彈層:
 $.ajax({
                    type: 'POST',
                    url: url,//發送請求
                    data: stage,
                    dataType: "html",
                    success: function (result) {
                        var htmlCont = result;//返回的結果頁面
                        layer.open({
                            type: 1,//彈出框類型
                            title: "編輯階段",
                            shadeClose: true,
                            maxmin: true,
                            area: size,
                            content: htmlCont,//將結果頁面放入layer彈出層中
                            btn: ['確定','關閉'],
                            yes: function(index){
                                var res = window["layui-layer-iframe" + index].callbackdata();
 
                                layer.close(index);
                            },
                        });
                    }
                });

layui.open 通過get和post方式提交數據的兩種方式

最新VIP資源

91嫩草国产在线无码观看|91嫩草国产线免费观看91|91麻豆精品国产大片免费看|91福利国产成人精品播放