layer遵循于LGPL开源协议,她是一枚可以让你想到即可做到的web弹窗/层js组件。layer侧重于用户灵活的自定义,为不同人的使用习惯提供全方位设计,您的页面会因此拥有更丰富、友好的操作体验,而您只需在调用时简单地配置相关参数,即可轻松实现各类交互。
<script>
//地图弹出框
$("#linkAdr").on("click", function(){
//layer.msg('这是最常用的吧');
layer.open({
type: 2,
title: '',
fix: false,
maxmin: true,
shadeClose: true,
area: ['1100px', '600px'],
content: 'http://map.baidu.com/',
});
});
</script>
官网地址 :http://layerjs.com/home
中文文档:http://www.h-ui.net/lib/layer.js.shtml
CDN下载地址 :https://www.bootcdn.cn/layer/