+ 2
Why is the JavaScript not functioning?
4 Answers
+ 6
On line 13 of the JavaScript code, you're using the jQuery syntax. So you need to bring in the jQuery library. Also, on line 1,
`(function() {`
did you mean to do
`$(function() {`
+ 6
This is what XXX said
https://code.sololearn.com/Wo23JYkitZRr/?ref=app
+ 2
Thank you so much Simba
+ 1
Pls can you edit it for me



