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 |
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
What are deferred and promise object in jQuery?
How to disable jQuery animation?
Write the code to define a requirejs module with its dependencies.
What is jquery connect and how to use it?
How can we include jQuery library in ASP.Net project?
What are the various ajax functions available in jquery ?
How we can remove an attribute of an html tag in jquery?
Explain .live()? : jquery mobile
What are your tools of choice to get the jquery job done?
What are some of the ways to provide effects? : jQuery Mobile
Define cdn in jquery?