<script language='javascript' type='text/javascript'>
$(function () {
setTimeout(function () {
$("divid").show();
}, 6000);
</script>
--------------------------------------------------------------------------------
2、第二种方法
jquery 让一个div延时消失,纯jQuery,不用settimeout,就用jQuery写。
<script language='javascript' type='text/javascript'>
$(document).ready(
function()
*1.delay函数是jquery 1.4.2新增的函数
*2.hide函数里必须放一个0,不然延时不起作用
$('#divid').delay(6000).hide(0);
</script>
jQuery延迟函数 让DIV延时几秒后消失或显示1、最常用的方法: $(function () { setTimeout(function () { $("divid").show(); }, 6000); }) ---------------------------------------------
setTimeout(function () {
console.log('li',parent.find("li"))
console.log('li 0',parent.find("li").eq(index))
parent.find("li").eq(index).ad...
jquery delayjQuery delay function is used to delay the execution of items in the queue. This method sets a timer to delay the execution. jQuery延迟功能用于延迟队列中项目的执行。 此方法设置计时器以延迟执行。
jQuery delay() (jQuery...
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" type="text/css" href="../reset.css">
<link rel="stylesheet" typ
$(".model").mouseover(function(){
var display = $(".share");
if(display.css("display") == "none"){
over = window.setTimeout(fun