JavaScript Errors

-4

I'm having JavaScript errors in my code, at the beginning there were more errors, but I realized that just changing the order of the bootstrap and javascript, done that the errors decreased but still these left, can anyone help me?

    
asked by anonymous 17.01.2018 / 02:06

1 answer

0

When using Boostrap.js and jQuery the load order of the scripts should be as follows:

  • jquery
  • bootstrap.js
  • other libraries.js if they exist
  • your js code
  • 17.01.2018 / 15:42