Why jQuery scripts are not working in the playground ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Why jQuery scripts are not working in the playground ???

you.listen(a); var a = console.log( " Hello World ! How's Coding going on ??? I'm very disappointed about not running jQuery it's Write less do more ! c'mon guys ! no JQ fan here ??? its 30 lines of pure JavaScript are equal to one line code of jQuery , I do lot with it , I built 3 projects with it and all of em are fascinating, it's super fast , Very easier , write less do more , and Very effective If jQuery was supported , I would be level 20 by now ! "); you.answer();

19th Nov 2016, 12:53 AM
Ali Sawari
Ali Sawari - avatar
6 Answers
+ 5
I have run jQuery on playground, you have to add below line in head element <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script> also console log does not work on it. It is html webpage supported, try document.write
19th Nov 2016, 1:38 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 2
Hi aditya I've tried with this <script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"> //JQuery loaded... </script> but It's not working , I'll try yours thanks a lot
20th Nov 2016, 1:12 AM
Ali Sawari
Ali Sawari - avatar
+ 2
Hey I have write code of jQuery, please check my code. You will understand
20th Nov 2016, 2:26 AM
Aditya kumar pandey
Aditya kumar pandey - avatar
+ 2
Finally , I could do it
17th Dec 2016, 12:46 AM
Ali Sawari
Ali Sawari - avatar
+ 2
thanks guys , Very thanks
17th Dec 2016, 12:46 AM
Ali Sawari
Ali Sawari - avatar
0
you can use use jQuery in playground editor. but you can't use different tabs. they only accepted use in html tab. this is my example use jQuery in playground. http://www.sololearn.com/app/sololearn/playground/Wk5ss95HYY46/
16th Dec 2016, 5:07 PM
Loi Hoang
Loi Hoang - avatar