最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Jquery 弹出内容提示插件
时间:2022-11-14 22:03:29 编辑:袖梨 来源:一聚教程网
代码如下 | 复制代码 |
$(function() { var $this = $(this); var $tip_container = $("#tip_container"+bid) var $tip = $("#tip"+bid); var $tipSpan = $("#tsc"+bid); var $colse = $("#mclose"+bid); //先清楚定时器 clearTimeout(window.timer); //主体元素绑定事件 $this.die().live(options.Event,function(){ $tip.attr("class", options.type).addClass("mtip"); $tipSpan.html(options.msg); $tip_container.slideDown(options.speed); //提示层隐藏定时器 window.timer = setTimeout(function (){ $tip_container.slideUp(options.speed); }, options.timeOut); }); $(function (){ }); }); }); }); |
相关文章
- 奇迹暖暖卷二10-6高分有哪些搭配思路 04-30
- 老头看到一美女大冬天还穿超短裙 04-30
- 我看看,在哪一层啊? 04-30
- 我满脸通红的说:这是首付 04-30
- 面试时候也把自己说的很牛B的样子 04-30
- 你们的菜要慢点上,厨师去买土豆了…… 04-30