latest jquery link cdn code example
Example 1: jquery cdn
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
Example 2: install jquery
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
Example 3: jquery cdn
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>