# floatingLayer **Repository Path**: zhuyi777/floatingLayer ## Basic Information - **Project Name**: floatingLayer - **Description**: #### jq浮出层插件 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 基于jq的浮出层插件 #### 初始化 $('.float-layer-box').floatBox() #### 参数设置 // 隐藏的class 'hideClass': 'dn', // 遮罩的样式 'maskDefaultStyle': { 'position': 'absolute', 'top': '0', 'bottom': '0', 'left': '0', 'right': '0', 'z-index': 999998 }, 'maskStyle': { 'background': '#000', 'opacity': '.3' }, // 自定义遮罩的class 'maskClass': 'float-layer-mask', // 遮罩添加的层级,以div.class等格式 'putMaskWrap': 'body', 'eventType': 'click', 'maskClickCancel': true