如何在出现通知时使文本闪烁并在单击时停止它?



我想在通知从服务器调用时眨眼,当它被点击时需要停止。

$(document).ready(function() {
$("#new_message").load('new_notification');
$("#indi").load('indi');
setInterval(function() {
$("#new_message").load('new_notification');
$("#indi").load('indi');
}, 1000);
});
<span class="label label-success" id="indi"></span> // Here the notification is shown the blink needs here
<ul class="dropdown-menu">
<ul class="menu" id="new_message">
</ul>
</ul>
</span>

尝试使用这个Jquery插件。它有一个眨眼和不眨眼的功能。

相关内容

  • 没有找到相关文章

最新更新