I saw more an more Javascript files and pictures and CSS loaded like this:
src="//somepath"
instead of
src="http://somepath"
What is this and what does it mean? Is there any documentation to it?
Thanks!
I saw more an more Javascript files and pictures and CSS loaded like this:
src="//somepath"
instead of
src="http://somepath"
What is this and what does it mean? Is there any documentation to it?
Thanks!
This is called protocol-relative URLs. Paul Irish has written a nice blog post about it.