call jquery library code example
Example 1: include jquery
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
Example 2: javascript import jquery
//add this line somewhere in the html
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>