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