Strange behavior: local vs online rererence to script files
Look at this:
- <link rel="stylesheet" href="scripts\jquery.mobile-1.4.0.min.css" />
- <script src="scripts\jquery-1.9.1.min.js"></script>
- <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