我想在通知从服务器调用时眨眼,当它被点击时需要停止。
$(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插件。它有一个眨眼和不眨眼的功能。