I\'m facing an error with loading the Bootstrap library as it always gives this error:
Bootstrap
Uncaught Error: Bootstrap\'s JavaScript requires j
Why make it so complicated?
Just add this inside your
Or add it last in your document to enable a faster load. You then need to use document ready on your scripts so they don't run before the jQuery has been loaded.