Tutorialsplane

Jquery Install

Jquery Install

There are following ways to install/add jquery in your page.

Download jQuery

You can download jQuery from jQuery.com there are two types of versions available.
1. Production Version : This is compressed version for the live websites.
2. Development Version : This is uncompressed and readable for development and testing purpose.

Suppose you download production version jquery-2.1.4.min.js and have put it in the root of application.
Note: jQuery jquery-2.1.4.min.js needs to be included within the


tag such as




Note : Include the jquery-2.1.4.min.js only once.

jQuery CDN Example :

jQuery CDN Example :




<title>jQuery CDN Example</title>
 
      
   	
   
  


Try it »

Get Jquery Install & enjoy programming!

Jquery Tutorial

jQuery Effects

jQuery Traversing

jQuery HTML

jQuery Css

jQuery Scroll

jQuery Dimensions

jQuery Ajax