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...


How to load jQuery from CDN?



How to load jQuery from CDN?..

Answer / chaitanya

Below is the code to load jQuery from all 3 CDNs.

Code to load jQuery Framework from Google CDN

Hide Copy Code

<script type="text/javascript"

src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js">

</script>

Code to load jQuery Framework from Microsoft CDN

Hide Copy Code

<script type="text/javascript"

src="http://ajax.microsoft.com/ajax/jquery/jquery-1.9.1.min.js">

</script>

Code to load jQuery Framework from jQuery Site(EdgeCast CDN)

Hide Copy Code

<script type="text/javascript"

src="http://code.jquery.com/jquery-1.9.1.min.js">

</script>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Difference between prop() and attr()? : jQuery Mobile

0 Answers  


List the advantage of using minimized version of jquery?

0 Answers  


Is jquery still relevant 2019?

0 Answers  


What is the use of each function in jQuery?

0 Answers  


Why do we need to go for JQuery?

0 Answers  


How does the jQuery pushStack function work?

0 Answers  


Explain the difference between onload() and document.ready() function used in jquery?

0 Answers  


How to work with jQuery parent(), children() and siblings()?

0 Answers  


How We Can Write Code Specific To Browser In Jquery?

0 Answers  


Define the use of each function in jquery?

0 Answers  


Explain cdn in jquery?

0 Answers  


Explain some of the key concepts of good code organization patterns.

0 Answers  


Categories