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
Explain various methods to make ajax request in jquery? : jquery mobile
Tell me how to executed jquery selectors? : jquery mobile
Explain is jquery replacement of java script? : jquery mobile
Define animate function in jquery?
What are the features of jQuery, has been used in web applications?
Explain some features of jquery knockout?
What are jquery plugins?
Name some of the methods of jquery used to provide effects?
What does the jQuery migrate function do?
Which operating system is more compatible with jQuery?
Different ways of using $.connect function in jquery?
Explain the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
What is the difference between the id selector and class selector in jquery?
Which sign is used as a shortcut for jQuery?
What is the use of serialize method in jQuery?