本文实例为大家分享了jQuery实现单击按钮遮罩弹出对话框的具体代码,供大家参考,具体内容如下@H_502_1@
看到网上一位大神的代码后,大概进行了注释,调试了一下页面以后感觉不错,留作以后使用。 主要用到了:/jquery-1.10.2.min.js 代码如下: @H_502_1@
<div class="dialog">
<div class="title">
<img alt="点击可以关闭" src="" width="20px" height="20px;">
删除时提示
本文实例为大家分享了jQuery实现单击按钮遮罩弹出对话框的具体代码,供大家参考,具体内容如下@H_502_1@
看到网上一位大神的代码后,大概进行了注释,调试了一下页面以后感觉不错,留作以后使用。 主要用到了:/jquery-1.10.2.min.js 代码如下: @H_502_1@
<div class="title">
<img alt="点击可以关闭" src="" width="20px" height="20px;">
删除时提示
<div class="content">
<img alt="" src="" width="60px" height="60px">
你真的要删除这条记录吗?
<div class="bottom">
<input type="button" id="ok" value="确定" class="btn">
<input type="button" id="noOk" value="取消" class="btn">