jquery-colorbox 使用

来源:互联网 发布:nosql数据库入门 pdf 编辑:程序博客网 时间:2024/06/07 16:19

1.html

<a id="logoIframe" href="img_upload.jsp?callback=cbImg">

<input id="edit_btn" type="button" value="点击修改" />

</a>


2.js

$("#edit_btn").on("click",function(event){

$("#logoIframe").colorbox({
iframe:!0,
scrolling: !1,
overlayClose: !0,
closeButton:!0,
width:550,
height:450,
title: "上传图片"
});

});

3.效果图
jquery-colorbox 使用 - 河边的小木桥 - 河边的小木桥