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 do I need to add the jquery file both at the master page and content page as well?
Explain the basic need to start with jquery? : jquery mobile
Name 3 available jquery plugins that bootstrap has in their query plugin library.
Why is jquery better than javascript?
Difference between document.ready and window.onload? : jQuery Mobile
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Explain the difference between size and length of jquery?
Explain the term method chaining? : jQuery Mobile
What is the starting point of code execution in jquery?
What does dollar sign ($) me in jquery?
Is jQuery is a client or server scripting?
What is serialize() in jquery?