0
These html documents used to work, now the upon running the console says “syntax error”.
https://code.sololearn.com/Wxr6d7l0RTAy/?ref=app https://code.sololearn.com/WdgRQAN41OpL/?ref=app https://code.sololearn.com/W58UCPvfSn0G/?ref=app https://code.sololearn.com/Wy13sU42560v/?ref=app https://code.sololearn.com/WV78buUJ8VQ0/?ref=app https://code.sololearn.com/W9ln975kgNXZ/?ref=app I can’t figure out what is wrong, but I bet they all have the same problem. So if we find it in one, we should find it in all of them. They link maxcdn,bootstrapcdn,com/bootstrap/4.3.1/(css&js)/bootstrap.min.(css&js)
5 Respostas
+ 2
Katz321Juno
Problem is with bootstrap JS library. Even you don't use this library, your code also work.
+ 1
Katz321Juno
No it's not. You are getting error because you missed to include jQuery library.
Add jQuery library in your code above the bootstrap js library. It will work
https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"
0
The last part means that they all link to
https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js
and
https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css
0
I ᴀᴍ "Tɪᴍᴇ" is it outdated?
0
I ᴀᴍ "Tɪᴍᴇ" Ok, but why did it work before?