Javascript errors

Asked

Viewed 45 times

-4

I’m having errors in Javascript in my code, at first there were more errors, but I realized that only change the order of bootstrap and javascript, so the errors decreased but there are still these, someone can help me?

Imagens dos erros no browser

  • The image shows the errors, but to get help post your code after the error.

1 answer

0

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

  1. jquery
  2. bootstrap.js
  3. other Libraries.js if available
  4. your code js

Browser other questions tagged

You are not signed in. Login or sign up in order to post.