layer.open 回調函數


官方資料:http://www.layui.com/doc/modules/layer.html

在一個彈出框中新增個按鈕,點擊按鈕后執行自己的語句(返回上一頁並刷新)。

layer.open({title: '提示',offset: '100px',skin: 'layui-layer-lan',content:'確定',btn: ['確定'],
                yes: function(index, layero){
                    window.location.href = document.referrer;
                }
            });

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM