+ 6

How can i include my jquery code in my html code while using Sololearn on my mobile?

23rd Oct 2017, 9:22 PM
Saint Gerbi
Saint Gerbi - avatar
3 Answers
+ 9
<script src="https://code.jquery.com/jquery-3.1.1.js"></script> Place it in <head></head> section ... And this in js tab $(function(){ // your jquery here... }); https://code.sololearn.com/Wucj6htZ70JO/
23rd Oct 2017, 9:27 PM
Nikky Amresh
Nikky Amresh - avatar
+ 8
sure...
23rd Oct 2017, 9:31 PM
Nikky Amresh
Nikky Amresh - avatar
+ 7
Thanks Nikki😃. Let me do that.
23rd Oct 2017, 9:31 PM
Saint Gerbi
Saint Gerbi - avatar