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 |
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
How can I select 20th div with jquery?
What is the difference between size and length of jQuery?
What are the advantage of using cdn? : jquery mobile
How to get the direct parent of an element using ?
Explain width() vs css(‘width’)?
Change the url for a hyperlink using jquery?
What is the use of jQuery.ajax method ()?
Where jquery mobile works? : jquery mobile
How to give face effect in jquery?
How to programmatically trigger a click event that's being handled by jquery?
How to use migrate jquery plugin if possible? : jquery mobile