js十秒后文字自动改变十二秒后文字自动消失javascript,jquery,mobile,ajax

 我来答
一瞥不够
2014-05-29 · TA获得超过905个赞
知道小有建树答主
回答量:760
采纳率:71%
帮助的人:203万
展开全部
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Image Gallery</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
!window.jQuery && document.write('<script src=http://lib.sinaapp.com/js/jquery/1.7.2/jquery.min.js><\/script>');
</script>
<script>
$(function(){
var changeTxt =function(){
$("#mu").html("<font style='color:red'>这些文字将会在12秒后消失</font>");
window.setTimeout(hideDiv,12000);
}
var hideDiv=function(){
$("#mu").hide();
//$("#mu").html(""); //这样写也可。 不知道你要哪一种。
}
window.setTimeout(changeTxt,10000);

})
</script>

</head>
<body >
 <DIV id="mu" >
<font style="color:blue"> 这些文字将会在10秒后改变!</font>
 </DIV>
</body >
</html>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式