Answers for "import jequery with html"

47

jqeury cdn

//Note: This is for version 3.5.0. You can change it here \/
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
Posted by: Guest on July-29-2020
-1

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 "Javascript"

Browse Popular Code Answers by Language