How to fix problem of $ is not defind in jquery | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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

14th May 2020, 7:57 PM
boubakar DZ
boubakar DZ - avatar
9 Respostas
+ 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>
14th May 2020, 10:53 PM
Bahhaāµ£
Bahhaāµ£ - avatar
0
could you post your code.
14th May 2020, 8:03 PM
Bahhaāµ£
Bahhaāµ£ - avatar
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
14th May 2020, 8:04 PM
Abhay
Abhay - avatar
14th May 2020, 10:43 PM
boubakar DZ
boubakar DZ - avatar
0
All time i will add this šŸ˜„
14th May 2020, 10:55 PM
boubakar DZ
boubakar DZ - avatar
0
Where i can put it
14th May 2020, 10:58 PM
boubakar DZ
boubakar DZ - avatar
14th May 2020, 10:59 PM
Bahhaāµ£
Bahhaāµ£ - avatar
0
Aaa thanx ā¤ā¤ā¤
14th May 2020, 11:24 PM
boubakar DZ
boubakar DZ - avatar
0
But why he cant movešŸ¤”
14th May 2020, 11:25 PM
boubakar DZ
boubakar DZ - avatar