I have a index jsp page that uses Bootstrap template. It works for another jsp - it shows up in the browser. However, using the same template minus some stuff, it gives me some errors - according to Chrome and it doesn’t display at the browser at all.
The 2 errors are :
- Uncaught SyntaxError: Unexpected token <
And that line appeared to be which I found no wrong as it is closing the . So why the error?
- Uncaught Error: Bootstrap’s JavaScript requires jQuery
at bootstrap.min.js:6
Hope someone can tell me what am I missing out. Thanks.