0
Can anyone help me why my code is not working
2 Answers
0
https://code.sololearn.com/WDYdDT6eQarN/?ref=app
0
You have to import jQuery to your page. The easiest way to do that is to add this in your <head> tag
<script src="https://code.jquery.com/jquery-3.5.1.min.js"   crossorigin="anonymous"></script>