Strange behavior: local vs online rererence to script files

Strange behavior: local vs online rererence to script files

Look at this:

  1. <link rel="stylesheet" href="scripts\jquery.mobile-1.4.0.min.css" />
  2. <script src="scripts\jquery-1.9.1.min.js"></script>
  3. <script src="scripts\jquery.mobile-1.4.0.min.js"></script>
When I download the files and refer to them locally, the script works.


However, when I replace the lines with online reference to these same files