Posts by Fabricio Lara Sampaio • 21 points
1 post
-
2
votes4
answers3696
viewsA: Multiple Bootstrap Alerts
I also had this same problem when implementing these messages on my system. However I decided by applying the $(this) before its closure. $("#success-alert").fadeTo(3000, 500).slideUp(500, function…