so I feel(and hope) this is pretty simple. I am new to javascript and am trying to get this working. When I link to my external .js file from my html it does not function. H
You need to import jQuery.
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>