很好用的一个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); } });
本文共 240 字,大约阅读时间需要 1 分钟。
很好用的一个ui组件,弹出,分页等
http://layer.layui.com/
layer.open({ type: 1, title: false, //不显示标题 content: 'hehe', //捕获的元素 area: ['400px', '200px'], //宽高 //scrollbar: false, cancel: function(index) { layer.close(index); } });
转载地址:http://eziao.baihongyu.com/