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

Explain various methods to make ajax request in jquery? : jquery mobile

844


Tell me how to executed jquery selectors? : jquery mobile

846


Explain is jquery replacement of java script? : jquery mobile

829


Define animate function in jquery?

849


What are the features of jQuery, has been used in web applications?

872


Explain some features of jquery knockout?

829


What are jquery plugins?

853


Name some of the methods of jquery used to provide effects?

838


What does the jQuery migrate function do?

886


Which operating system is more compatible with jQuery?

928


Different ways of using $.connect function in jquery?

934


Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?

797


What is the difference between the id selector and class selector in jquery?

855


Which sign is used as a shortcut for jQuery?

1042


What is the use of serialize method in jQuery?

951