import $ from 'jquery' javascript code example
Example 1: import $ from 'jquery'
import * as $ from 'jquery'
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>