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

30th Dec 2017, 6:57 PM
Jesse Douglas
Jesse Douglas - avatar
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>
30th Dec 2017, 7:10 PM
Paul
Paul - avatar