Can we use protocol less URL while referencing jQuery from CDNs?
Answer / chaitanya
Yes. Below code is completely valid.
Hide Copy Code
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
| Is This Answer Correct ? | 1 Yes | 0 No |
Write a code for the implementation of a module pattern.
What is $() in jquery library?
Explain jquery $.ajax() method?
Why there are two different version of jQuery library?
Difference between find() and closest() in jquery?
Please tell us that is jquery knockkout intended to compete with jquery or prototype or work with it?
Explain all the ways to include jquery in a page?
What are selectors in jquery mean ?
How to redirect to another page using jquery?
Define url paremeter of jquery ajax method?
How to concatenate two strings using jquery?
Why is not dom ready working for jquery mobile? : jquery mobile