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?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run an event handler only once in jQuery?

837


Explain which program is useful for testing jquery?

9005


Why is only the first page of multi page document loaded? : jquery mobile

720


Can there be more than one ready function in jquery?

699


How to multiple AJAX requests be run simultaneously in jQuery?

776


Explain the difference between jquery's ready and holdready?

701


Why we need jquery mobile? : jquery mobile

747


What are the methods used to provide effects in jquery?

691


Explain .on()? : jquery mobile

762


How to increase cursor size in html body using jquery?

702


Explain jquery $.ajax() method?

737


Explain the difference between body onload() and document.ready() function? : jquery mobile

773


Can you please explain the difference between body onload() and document.ready() function? : jquery mobile

717


What methods used to provide effects?

820


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

766