时间:2021-05-26
本文实例为大家分享了jquery实现系统提示框的具体代码,供大家参考,具体内容如下
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <script src="js/jquery-1.11.1.js"></script> <title>弹窗效果</title> <style> *{ margin: 0;padding: 0;list-style: none} .mask{background-color:rgba(0,0,0,0.2); width:100%; height:100%;position:fixed;top:0;left:0;} .prompt_box{width:400px;height:200px;background:#ffffff;border-radius:6px; position:fixed;top:25%; left:50%; margin-left:-200px;overflow: hidden;} .prompt_box .prompt_title{height:40px;line-height:40px;padding-left:20px;border-bottom:2px solid #1a9ebf;background:#e6e6e6;position: relative;} .prompt_box .prompt_title h3{font-size:16px;color: #333333; margin-top:0;} .prompt_box .prompt_cancel{width:24px;height:24px;background: url("img/cancel.png") no-repeat;position: absolute;right:0;top:0;} .prompt_box .prompt_cont{position: relative;height:158px;} .prompt_box .prompt_cont .prompt_text{line-height:140px;padding-left:100px;} .prompt_box .prompt_cont .prompt_sure{position: absolute;right:20px;bottom:34px; width:50px;height: 26px;background:#1a9ebf;border-radius:5px;color:#ffffff; font-size: 14px;line-height:26px;text-align: center;} .hide{display:none;} .show{display:block;} </style></head><body><input type="button" value="按钮" id="btn"><div class="mask hide"> <div class="prompt_box"> <div class="prompt_title"> <h3>系统提示</h3> <span class="prompt_cancel"></span> </div> <div class="prompt_cont"> <p class="prompt_text">输入有误,请重新输入!</p> <span class="prompt_sure">确定</span> </div> </div></div><script> $(function () { (function () { //////////////////////////弹窗效果//////////////////////////////// $('#btn').click(function () { $('.prompt_text').text('输入有误,请重新输入!'); $('.mask').removeClass('hide'); }) $('.prompt_sure,.prompt_cancel').click(function () { $('.mask').addClass('hide'); }) })(); });</script></body></html>效果图显示:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了jQuery实现仿新浪微博浮动的消息提示框。分享给大家供大家参考。具体如下:这是一款jQuery实现的仿新浪微博新消息提示框效果,支持智能浮动定位
本文实例讲述了js实现右下角提示框的方法。分享给大家供大家参考。具体实现方法如下:实现右下角提示框的Jquery插件(popup.js)复制代码代码如下://兼
摘要:之前给大家介绍过用CSS来实现带箭头的提示框,今天我们来点不太一样的,本文将分享几款带箭头提示框。qtipqTip是一种先进的提示插件,基于jQuery框
网页总是弹出AdobeFlashPlayer弹窗报错怎么办?打开网页时经常被AdobeFlashPlayer报错提示框困扰。其实是因为系统安装了Debug版本的
viewclass="container"class="zn-uploadimg">消息提示框模态弹窗操作菜单1.消息提示——wx.showToast(OBJE