国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

JavaScript實現頁面無操作倒計時退出

2019-11-20 08:41:20
字體:
來源:轉載
供稿:網友

項目前端頁面需要實現,頁面沒人操作進入倒計時,以下為前端代碼實現。

//設置(倒計時功能)開關var _mouseActiveListener_flag = true;

beforecount:觸發倒計時間隔(單位:毫秒)

count:倒計時總數(單位:秒)

var mouseActiveListener = function (beforecount, count, callback) { //configvar __countdown_html = '<div id="__tt" style="position:fixed;top:110px;right:10px;z-index:1000;color:#eee;font-size:25px;"></div>'; //define var target = null, _t = null, _tc = null;var target_countdown = function (__count) {  if (__count >= 0) {  target.innerHTML = __count + '秒后退出';  _tc = setTimeout(function () {   target_countdown(__count);  }, 1000);  } else {  callback();  }  __count--; }, _t_exec = function () {  return setTimeout(function () {  if (_mouseActiveListener_flag) {   target = Ne.dom.createEl(__countdown_html);   document.body.appendChild(target);   target_countdown(count);  }  }, beforecount); }, _t_clear = function () {  clearTimeout(_t);  clearTimeout(_tc);  //target.parentElement.removeChild(target);  $(target).remove();  target = null; }; //exec _t = _t_exec(); document.addEventListener('click', function () {  _t_clear();  _t = _t_exec(); }); };
//后置操作,解釋:在5秒后(5000)不操作的狀態下觸發倒計時,倒計時180秒,具體看View Code里面的函數。mouseActiveListener(5000, 180, function () { window.location.href = "/Home/Index"; });

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 西青区| 太康县| 汪清县| 明光市| 南华县| 永川市| 罗源县| 宜良县| 水城县| 崇左市| 南乐县| 宁南县| 定南县| 清远市| 来宾市| 报价| 澄城县| 康马县| 南涧| 溧阳市| 宜城市| 临武县| 潢川县| 忻州市| 黎城县| 武鸣县| 桂林市| 牟定县| 台南市| 定结县| 广丰县| 故城县| 荔波县| 察雅县| 长顺县| 扶绥县| 闸北区| 平定县| 来安县| 双鸭山市| 盖州市|