I have 2 folders, folder phonegapapps which contains folder jqtest. My HTML file is in jqtest.
If file jquery-2.1.4.js is in folder jqtest with the following code, my page loads correctly:
<script type="text/javascript" src="jquery-2.1.4.js"></script>
If file jquery-2.1.4.js is in folder phonegapapps with the following code:
<script type="text/javascript" src="../jquery-2.1.4.js"></script>
I get the following message: "Failed to load resource: the server responded with a status of 404 (Not Found) http://127.0.0.1:59223/jquery-2.1.4.js"