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 does jquery 2.0 supports ie? : jquery mobile
How can you get the type of arguments passed to a function?
What are the selectors in jquery? How many types of selectors in jquery?
How do you attach a event to element which should be executed only once?
Is jquery html() method works for both html and xml documents?
Can you write a jquery code to select all links inside the paragraph?
What is the use of toggle() method in jquery?
How to use jquery?
Create a plugin that would add and remove a class on hover.
How we can modify the css class in jquery?
Explain jquery.noconflict? : jquery mobile
Can you please explain the difference between .js and .min.js? : jquery mobile