top button
Flag Notify
Site Registration

What are all the ways to include jQuery in a page?

+4 votes
293 views
What are all the ways to include jQuery in a page?
posted Jan 23, 2015 by Khusboo

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

jQuery is not a language, but it is a well written JavaScript code. As quoted on official jQuery website, "it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development".

There are two simple ways to link to the jQuery library code:

Download the source code and link to it like any other JavaScript file.
Link to the Google repository of jQuery on the Google AJAX Library API servers.

For more Information plz follow this link:http://dabrook.org/blog/two-ways-to-include-jquery-in-your-document

answer Feb 7, 2015 by Vrije Mani Upadhyay
...