Skip to main content
added 52 characters in body
Source Link
Dennis
  • 60.1k
  • 27
  • 148
  • 143

A sillyIn my case it was a typo caused, I forgot a backslash and was referencing the bug for mesource incorrectly. I referenced jquery as

Before src="/scripts/jquery.js" instead of

After    src="scripts/jquery.js".

A silly typo caused the bug for me. I referenced jquery as src="/scripts/jquery.js" instead of src="scripts/jquery.js".

In my case it was a typo, I forgot a backslash and was referencing the source incorrectly.

Before src="/scripts/jquery.js"

After    src="scripts/jquery.js"

Source Link
Dennis
  • 60.1k
  • 27
  • 148
  • 143

A silly typo caused the bug for me. I referenced jquery as src="/scripts/jquery.js" instead of src="scripts/jquery.js".