Alert is not working second time when clicking on button
问题 I am using bootstrap version so I have created a slide down menu same like below example. button not working second time <div class="alert alert-success" id="success-alert"> <button type="button" class="close" data-dismiss="alert">x</button> <strong>Success! </strong> Product have added to your wishlist. The problem is that when I click on close button in slide down the bar is closing up. But when I again click on add wish list the slide down is not appearing again. My problem is not only