javascript jquery code example

Example 1: jquery

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>

Example 2: jquery

<script src="https://code.jquery.com/jquery-3.5.0.js"></script>

Example 3: jquery

<script src="https://code.jquery.com/jquery-3.4.1.js"></script>

Example 4: jquery

<script src="https://code.jquery.com/jquery-3.5.0.js"></script>

Example 5: jquery

///Latest version included with cross orgin and intergrity so your site will be safe if you find vulns in jquery
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous"></script>

Example 6: jquery

<!-- Jquery 3.2.* VIA JSDelivr -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>