import jquerry code example
Example 1: add cdn html
<!--In-between you head tags put:-->
<script src="SOURCE URL HERE"></script>
<!--For easy copy/paste:-->
<script src=""></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>