+ 22
Does jQuery work in this code playground?
2 Réponses
+ 16
yes but you need to add jquery script in the begining
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
https://code.sololearn.com/WV75aekl928L/?ref=app
+ 18
@Lord Krishna Thank you! It's working!