为了账号安全,请及时绑定邮箱和手机立即绑定

用js写了个tip弹窗,切换页面弹框不会消失?

用js写了个tip弹窗,切换页面弹框不会消失?

守着星空守着你 2018-09-04 12:13:59
 /*      * 提示框      */     window.showTip=function(msg){         var tip='<div  class="dcxx"><span class="promptMsg">msg</span></div>';         var $tip=$(tip).appendTo(window.top.document.body);         $tip.stop(true);         $tip.find('.promptMsg').html(msg);         $tip.show();         $tip.fadeIn(500).delay(2000).fadeOut(500);         window.top.setTimeout(function(){             $tip.remove();         },3000);     };
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 813 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信