0

How to add jQuery to my JavaScript project

Hello guys how can I add jquery to my project in code playground

4th Jan 2017, 6:09 AM
Abhishek Chatterjee
Abhishek Chatterjee - avatar
2 Respuestas
+ 7
<script src="https://code.jquery.com/jquery-3.1.1.js"></script> import this script.
4th Jan 2017, 8:49 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
Just write following to the bottom of your html or php file before the </body>: <script src="LINK_TO_JQUERY_OR_TO_JQUERY_ON_YOUR_COMP"></script>
4th Jan 2017, 11:39 AM
Maks