更新时间:2019/1/21 上午11:00:00
更新说明:Version: pro 1.10x
新增了图片循环展示功能优化了图片初始化方法优化了加载层和消息层的定位问题新增了滚轮控制翻页方法,兼容IE,Firefox等优化了代码可阅读性,更多更详细的注释,方便大家阅读本次更新到此结束,如果你有更好的意见或者建议,请在下方留言告诉我哦~
发布时间:2019-1-17 9:48
首先引入css
1 2 | < link rel = "stylesheet" href = "layAway.css" > |
引入js:
1 2 | < script src = "layAway.js" ></ script > |
消息层用法:
1 2 3 4 5 6 7 8 9 | lay({ type: 'msg' , content: 'Hello World!' , closeOther: true , icon: 'comment-o' , // 图标库为fontawesome,不需要加fa前缀 before: function () { console.log( '你打开了弹窗' ) } }); |
加载层用法:
1 2 3 4 5 6 | lay({ type: 'load' , before: function () { console.log( '你打开了加载层' ) } }); |
图片层用法:
1 2 3 4 5 6 7 | lay({ type: 'image' , content: 'xxx.png' , before: function () { console.log( '你打开了图片层' ) } }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com