I downloaded bootstrap.zip and included in my html page like this <script src="bootstrap/js/bootstrap-alert.js"></script>
and my Html code has
<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 getting
bootstrap-alert.js:75 Uncaught TypeError: Cannot read property 'fn' of undefined
Make sure you include jQuery as well. Bootstrap-alert.js depends on receiving a reference to the window.jQuery object as a parameter.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With