I have noticed that a lot of places that offer shared libraries are not including the http://
in front of the link. Example, cdnjs and google libraries.
//cdnjs.cloudflare.com/ajax/libs/1140/2.0/1140.css
My questions are:
Why? And what's the difference between this?
//cdnjs.cloudflare.com/ajax/libs/1140/2.0/1140.css
and this?
http://cdnjs.cloudflare.com/ajax/libs/1140/2.0/1140.css