最新下载
热门教程
- 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 (){ }); }); }); }); |
相关文章
- 明日之后喷火器异变核芯电光溅射对比攻略 06-15
- 基于Solana的Solsniper将在运营3.5年后关闭NFT市场 06-15
- 《潜水员戴夫》石纹电鳐抓捕如何 06-15
- 《差不多高手》建筑玩法详细介绍 06-15
- 《弹壳特攻队》第40关打法配置指南 06-15
- 《幻世与冒险》快速升级如何 06-15