NaomiCreate / cnss-app

0 stars 0 forks source link

Uncaught TypeError: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript. #13

Open mavishak opened 3 years ago

mavishak commented 3 years ago

Error Solved

By adding <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> to index.html.

Need to check if there is a module we can add instead (to create a neater script).