0
Why doesn't this work?
I have written my little bit of code here. Tried to convert the JS into jQuery but now its not working and saying that the $ is undefined. https://code.sololearn.com/W3C8gyzPKtWe/?ref=app
1 Answer
+ 5
You forgot to put this in the <head> part of the html:
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>