- 1
Pls why can't I run Jquery codes in the solo learn code play ground its keeps showing $ is undefined.
I have put the address in btw the head tags and have also tried btw the body tag but it does the same Thing.
2 Answers
+ 5
Do you imported jquery library?
<s script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></s script>
+ 4
Can you share a code from the code playground? That way someone can more easily help.