SyntaxFix
Write A Post
Hire A Developer
Questions
As an addition. If you are using $(Jquery) in your .js file. Logically all libs or frameworks should be before that .js file.
<script type="text/javascript" src="jquery-2.1.3.min.js"></script> <script type="text/javascript" src="app.js"></script>