很好用的一个ui组件,弹出,分页等
http://layer.layui.com/
1 带叉叉的弹窗
layer.open({ type: 1, title: false, //不显示标题 content: ‘hehe‘, //捕获的元素 area: [‘400px‘, ‘200px‘], //宽高 //scrollbar: false, cancel: function(index) { layer.close(index); } });
时间: 2024-10-06 06:28:33
很好用的一个ui组件,弹出,分页等
http://layer.layui.com/
layer.open({ type: 1, title: false, //不显示标题 content: ‘hehe‘, //捕获的元素 area: [‘400px‘, ‘200px‘], //宽高 //scrollbar: false, cancel: function(index) { layer.close(index); } });