top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the advantage of using protocol less URL while referencing jQuery from CDNs?

+4 votes
387 views
What is the advantage of using protocol less URL while referencing jQuery from CDNs?
posted Jul 28, 2015 by Shivaranjini

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

Yes. Below code is completely valid.

  <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
answer Aug 5, 2015 by Manikandan J
...