The javascript library called jQuery is an easily usable library and easy to install onto your website. The possibilities that are possible with jQuery with ease of use is unimaginable until you get to use with it. There are a few ways of installing it onto your website and calling the library into use.

Ways of Installation

jQuery Website

You may visit the jQuery website at http://jquery.com/ and download the library at http://docs.jquery.com/Downloading_jQuery. Once downloaded you’ll upload the library onto your server and include it through Javascript.

<script type="text/javascript" src="PATH/FILENAME.js"></script>

Google Libraries API

You may use the libraries Google has put together for free which allows a user to stream it from Google with a few different URLs. You may read up about the capabilities with jQuery through Google here. You can link the jQuery plugin library from here https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js. Using javascript include you can include it into page with the following code:

<script type="text/javascript" src="https://ajax.googleapi
TAGS:

Search

Categories