Answers for "can i add jquery to javascript file"

0

add jquery to project

Google CDN: 
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
Posted by: Guest on March-25-2021
0

add jquery script in html

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Posted by: Guest on August-04-2020

Code answers related to "can i add jquery to javascript file"

Browse Popular Code Answers by Language