Blogger Information
Blog 34
fans 1
comment 0
visits 57310
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
showImg 点击图片弹层(layer)显示
Y的博客
Original
1883 people have browsed it
/**
 * 点击图片弹层(layer)显示
 * @param src 图片的链接地址
 */
function showImg(src) {
    layer.open({
        type:1,
        closeBtn: 2,
        title:false,
        area: '500px',
        shadeClose: true,
        content: '<div style="max-height: 500px;overflow: hidden;width: 500px;"><img width="100%" src="'+ src +'"></div>'
    });
}


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post