+ 2
Can we use Bootstrap and jQuery in Sololearn mobile playground?
As in title, I tried to link it but it didn't worked, is there any way to do it?
1 Answer
+ 6
yes you can.
Just paste all these libraries in the same order in head or body and then use it :
<link rel = "stylesheet" href = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"/>
<script src = "https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src = "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>