I see that the src
URL for jQuery has no protocol specified:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
<script>
Is this standard? What are the pros and cons of leaving out the protocol?
I see that the src
URL for jQuery has no protocol specified:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.1/jquery.min.js"></script>
<script>
Is this standard? What are the pros and cons of leaving out the protocol?