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 execute jQuery code after the DOM is ready?

824


Explain the difference between .js and .min.js? : jquery mobile

779


When can you use jquery?

832


What is serialize() in jquery?

780


Why should I use jquery?

830


How do you check or uncheck a checkbox input or radio button?

912


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

804


Whether C# code behind can be called from jQuery?

829


How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile

756


What is a cdn? : jQuery Mobile

855


Define data paremeter of jquery ajax method?

801


Why jQuery is better than JavaScript?

883


Name 3 available jquery plugins that bootstrap has in their query plugin library.

772


How to find all sibling elements in front of the current element using ?

853


What are the differences between size and length in jquery?

826