Lately I've noticed that some sites (such as jsFiddle) and some widgets such pinterest feed widget, and many others.
They started to use links in the format
//code.jquery.com/jquery-1.9.1.js
//assets.pinterest.com/js/pinit.js
- what does the
//
means ? - is it the same as
http
? - if
//
is the same ashttp
why using it instead of http ? - if both are different, can I use it to link my website ?
- what does the
as addition: I'm not sure, but I think I've seem some use //name:sub.domaine.com
, am I wrong ? if those exist, what do they mean ?
Edit:
as explained in an answer bellow, I can use the //
notation to make my links shorter, but when I use it for my website: Chrome changes the link to: file:///
which is not what I expected