0
How to fix problem of $ is not defind in jquery
How to fix please when i write $(document) he show me in console$ is not defind
9 Answers
+ 1
you didn't include jquery in your html.
add this to the <head> tag. like :
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</head>
0
could you post your code.
0
You need to link your code so ppl can see what is the actual problem! If you don't want to show complete code just link that part or paste it which is causing the problem
0
All time i will add this š„
0
Where i can put it
0
https://code.sololearn.com/WH88wgmP81qZ/?ref=app
in head tag.
0
Aaa thanx ā¤ā¤ā¤
0
But why he cant moveš¤