Found a bug regarding bootstrap-alert.js in javascript
I downloaded bootstrap.zip and included it in my html page like this <script src="bootstrap/js/bootstrap-alert.js"></script>
and my Html code
<div class="alert fade in">
<a class="close" data-dismiss="alert" href="#">×</a>
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
</div>
I am aware of bootstrap-alert.js: 75 Uncaught TypeError: Cannot read property 'fn' from undefined
+3
source to share