+ 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...
1 Answer
The below is my work of jquery codes: <script> $(function(){ $('#btn1').on('click',function(){ $('#panel1').slideToggle(250);}) }); </script> Please help me out...