php - Dismiss Bootstrap Badges Notification -


navbar image

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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -