I have added 4 JavaScript files to my page:
<script src="scripts/jquery/jquery-1.6.2.min.js"></script>
<script src="scripts/jquery/jquery.mobile-1.0b2.min.js"></script>
<script src="scripts/config.js"></script>
<script src="scripts/test.js"></script>
Google Chrome lists the first two files under scripts but not the last two. If I add the folloing JavaScript to the test.js the alert happens:
alert('test');
How can I make chrome pick up the file to debug?
In the Developer Tools the last two scripts are not showing up. How can I make them show up?
body'sonload. Maybe Chrome is ignoring them because they haven't come into play? – Artur Sapek Aug 27 '11 at 21:11