What is the advantage of using protocol less URL while referencing jQuery from CDNs?
Answer / chaitanya
It is quite useful when you are moving from HTTP to HTTPS url. You need to make sure that correct protocol is used for referencing jQuery library as pages served via SSL should contain no references to content served through unencrypted connections.
"protocol-less" URL is the best way to reference third party content that’s available via both HTTP and HTTPS. When a URL’s protocol is omitted, the browser uses the underlying document’s protocol instead. Find out more here.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain jquery connect?
Difference between detach and remove? : jQuery Mobile
Can you write a code to select all links inside the paragraph?
Is jquery still relevant 2019?
How you will use jquery means requirement needed for using jquery.
JQuery or JavaScript which is quicker in execution?
Give a brief idea about jquery mobile? : jQuery Mobile
explain width() vs css(‘width’) in jquery
How to get the current offset of the first matched element, in pixels, relative to the document using ?
How to select element having a particular class (".selected")?
Whether our own specific characters are used in place of $ in jQuery?
Difference Between Prop and Attr in jQuery?