JQUERY对话框插件 点击弹出提示成功或者失败,定时5秒或者几秒钟后消失

有没有,... 有没有, 展开
 我来答
newchinays
2012-11-09 · TA获得超过1172个赞
知道小有建树答主
回答量:1238
采纳率:48%
帮助的人:412万
展开全部
<html>
<head>
<title> New Document </title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
<script src="http://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$( "#dialog" ).dialog();
$( "#dialog" ).dialog("close");

$("button").click(function(){
$( "#dialog" ).dialog("open");
$("body").animate({"top":"0px"},5000,function(){
$( "#dialog" ).dialog("close");
});
});
});
</script>
</head>

<body>
<button>确定</button>

<div id="dialog">等5秒,5秒定义在$("body").animation({"top":"0"},5000,"swing",function()。这里的5000 就是5秒</div>
</body>
</html>
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wnq0204
2012-11-09 · TA获得超过257个赞
知道小有建树答主
回答量:312
采纳率:0%
帮助的人:263万
展开全部
正是想找的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式