Guys why is my jquery codes saying" $ is not defined" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Guys why is my jquery codes saying" $ is not defined"

The below is my work of jquery codes: <script> $(function(){ $('#btn1').on('click',function(){ $('#panel1').slideToggle(250);}) }); </script> Please help me out...

10th Aug 2017, 1:12 PM
Ng Ju Ping
Ng Ju Ping - avatar
0 Answers