Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the advantage of using protocol less URL while referencing jQuery from CDNs?



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

Post New Answer

More jQuery Interview Questions

How can you delay document.ready until a variable is set?

0 Answers  


What is a cdn? What are the advantages of using cdn?

0 Answers  


How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?

0 Answers  


What is the goal of cdn and what are the advantages of using cdn?

0 Answers  


What is .bind()? : jquery mobile

0 Answers  


What is difference between .setinterval() and .delay() ?

0 Answers  


How to programmatically trigger a click event that's being handled by jquery?

0 Answers  


Difference between parent() and parents() in jQuery?

0 Answers  


Can we add more than one ‘document.ready’ function in a page?

0 Answers  


What is jquery.size()? : jquery mobile

0 Answers  


How can we include jQuery library in ASP.Net project?

0 Answers  


How to use migrate jquery plugin if possible? : jquery mobile

0 Answers  


Categories