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 programmatically trigger a click event that's being handled by jquery?
Explain the features of jquery mobile? : jquery mobile
How can you apply a style on an element using jQuery?
Can we use jQuery to make ajax request?
Explain some features of jquery knockout?
Name 3 available jquery plugins that bootstrap has in their query plugin library.
what does $("div") will select? : jquery mobile
What is the use of clone method in jQuery?
What happen if you return false from a jQuery event handler?
Define cdn in jquery?
Why should I use jquery?
How can you add a jquery library in your project?