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 do you check or uncheck a checkbox input or radio button?
What is the minimum setup needed to start using jquery.
How to check if number is numeric while using jQuery 1.7+?
What is event.PreventDefault in jQuery?
Different ways of using $.connect function in jquery?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Is jquery still relevant 2019?
Can there be more than one ready function in jquery?
What is jQuery connect?
What does $("div") will select?
Which sign is used as a shortcut for jQuery?
Tell me what does $("div") will select? : jquery mobile