html 标签闪光保留

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 标签闪光保留相关的知识,希望对你有一定的参考价值。

<script>
  var tabF = (function() {
    var ot = document.title,
      msg = 'Come Back - More Offers',
      toId,
      blink = function() {
        document.title = document.title == msg ? 'Thank You' : msg;
      },
      clear = function() {
        setTimeout(function() {
          clearInterval(toId);
          document.title = ot;
          window.onmousemove = null;
          toId = null;
        }, 1000);
      };
    return function() {
      if (!toId) {
        toId = setInterval(blink, 1000);
        window.onmousemove = clear;
      }
    };
  })();
  tabF();
</script>

以上是关于html 标签闪光保留的主要内容,如果未能解决你的问题,请参考以下文章

如何剪切 HTML 以保留结束标签?

PHP中的htmlentities但保留html标签

关于ZBarReaderView 打开闪光灯

如何替换html标签但将文本保留在两者之间?

HTML 闪光物体

HTML 嵌入闪光灯