100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > JQuery+CSS提示框实现思路及代码(纯手工打造)【jquery】

JQuery+CSS提示框实现思路及代码(纯手工打造)【jquery】

时间:2020-01-14 17:25:25

相关推荐

JQuery+CSS提示框实现思路及代码(纯手工打造)【jquery】

web前端|js教程

CSS,JQuery,提示框

web前端-js教程

刷赞的网站源码,ubuntu20.04软件,tomcat自动停止的原因,猫爬虫子,怎么用php语音聊天,seo excellzw

背景透明

*{

margin:0;

padding:0;

}

body{

position:relative;

width:100%;

height:100%;

}

.aaa{

background-color:#fff;

border:10px solid gray;

border-radius:4px 4px 4px 4px;

display:none;

width:300px;

position:absolute;

top:30%;

left:30%;

z-index:11;

}

.show{

display:none;

width:100%;

height:100%;

position:absolute;

z-index:10;

left:0;

top:0;

background:#000000;

opacity:0.3;

filter:alpha(opacity=30);

}

a{

TEXT-DECORATION:none

}

.w_close:hover{

color:#666666;

font-size:12px;

}

.w_close:link {

color:#666666;

font-size:12px;

}

.w_close:active{

color:#666666;

font-size:12px;

}

.w_close:visited {

color:#666666;

font-size:12px;

}

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

什么是手机贷款源码,vscode自行配置语言模式,ubuntu打开程序,tomcat隐藏jsp文件,卖房网站爬虫,php 评论模块,热门seo系统招商加盟,虚拟分销网站系统下载,手机商城模板lzw

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

宾馆管理系统源码下载,ubuntu鼠标滚轮反向,tomcat一直在跳动,爬虫工具卡主,用PHP写json循环写入多条,淘宝seo理论lzw

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮刘成亮

显示提示

关闭

$(“#showError”).live(‘click’,function(){

$(“.show”).show();

$(“.aaa”).show();

//$(“body”).addClass(“fli”);

})

$(“#test”).live(‘click’,function(){

alert(11111);

})

$(“#close”).live(‘click’,function(){

$(“.show”).hide();

$(“.aaa”).hide();

})

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。