how to get jquery file code example
Example 1: include jquery
<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>