您现在的位置: 365建站网 > 365文章 > DIV显示几秒然后删除,实现小提示

DIV显示几秒然后删除,实现小提示

文章来源:365jz.com     点击数:307    更新时间:2009-09-20 08:50   参与评论

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
 #msg{ background-color:#900; width:200px; height:200px; position:absolute; margin:-100px 0 0 -100px; top:50%; left:50%; display:none;}
</style>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript" >
 function showMsg(){
  $("<div id='msg'></div>").appendTo("body");
  $("#msg").fadeIn("fast",function(){
   window.setTimeout(function(){
     $("#msg").fadeOut("fast",function(){
      $("#msg").remove();
     })       
   },3000)        
  })
  
 }
</script>
<title>无标题文档</title>
</head>

<body>
<input type="button" onclick="showMsg()" value="显示" />

</body>
</html>

如对本文有疑问,请提交到交流论坛,广大热心网友会为你解答!! 点击进入论坛

发表评论 (307人查看0条评论)
请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
昵称:
最新评论
------分隔线----------------------------

快速入口

· 365软件
· 杰创官网
· 建站工具
· 网站大全

其它栏目

· 建站教程
· 365学习

业务咨询

· 技术支持
· 服务时间:9:00-18:00
365建站网二维码

Powered by 365建站网 RSS地图 HTML地图

copyright © 2013-2024 版权所有 鄂ICP备17013400号