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 |
Give a brief idea about jquery mobile? : jQuery Mobile
What is jquery selectors?
Tell me does jquery 2.0 supports ie? : jquery mobile
How to get the current offset of the first matched element, in pixels, relative to the document using ?
How we can get the value of a radio button using jquery?
Explain the difference between onload() and document.ready() function used in jquery?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
Define data paremeter of jquery ajax method?
Difference between event.PreventDefault and event.stopPropagation?
Why are not some scripts and styles loading? : jquery mobile
How to delete cookies in jquery?
What features of jquery, has been used in web applications?