0
How to add jQuery to my JavaScript project
Hello guys how can I add jquery to my project in code playground
2 Respuestas
+ 7
<script src="https://code.jquery.com/jquery-3.1.1.js"></script>
import this script.
+ 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>