Can we use protocol less URL while referencing jQuery from CDNs?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between onload() and document.ready() function used in jquery?
How to get the server response from an ajax request using jquery?
Which version of jquery file should be used?
How can I select 20th div with jquery?
How to write cookies in jquery?
what are the features of jquery
Define url paremeter of jquery ajax method?
Is numeric in jquery?
Explain various methods to make ajax request in jquery?
Explain remove class jquery with example?
What is the difference between bind() and live() function in jquery?
How do you install/use jquery in a project.
What is resize() function in jquery?
What is jquery.length? : jquery mobile
What is queue() in jquery?