I am wondering why some starts with "//"? Is it a shortcode for "http://"? E.g On the HTML5 boilerplate, I see the inclusion of the jQuery library as follows:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
Can I use //
instead of http://
on any sites or do I need to pay for this service extra?