+ 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();
6 ответов
+ 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
+ 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
+ 2
Hey I have write code of jQuery, please check my code. You will understand
+ 2
Finally , I could do it
+ 2
thanks guys , Very thanks
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/