php - Dismiss Bootstrap Badges Notification -
the badge show number chat notification, want ask how dismiss notification badge if click announcement
thank you
well didn't share code — it's hard answer question — pretty generic way of hiding jquery this:
$("#hide").click(function(){ $(".badge").hide(); });
i'm assuming html looks this
<p><a href="#" id="hide">announcement</a><span class="badge">1</span></p>
Comments
Post a Comment