install jq code example
Example 1: install jquery
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
Example 2: install jq command
apt-get update && apt-get install jq #Just install this way in UNIX
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
apt-get update && apt-get install jq #Just install this way in UNIX