SoFunction
Updated on 2025-04-13

A jquery pop-up layer plugin page 2/2


$.layerSetup({
id:"Popup layer ID",
title:'Pop up the title text',
target: In which target cabinet layer pops up, such as, default is,
cssurl:'The address of the CSS-style file of the pop-up layer',
content:'Popped content',
isbg: Whether to display a shading layer,
templete:'Set layout templates for layers such as: <div class="showwint_mini_title"><span class="showwint_mini_close_btn"><a href="javascript:void(null);" class="layerclose"></a></span><span class="showwint_mini_title_content" ><span ></span></div><div class="showwint_mini_content_content"></div>',
opacity: Set the transparency of the occlusion layer,
width: wide,
height: high
});
$.layershow();