Thursday, April 10, 2014

How to Download jQuery file and use it inside the HTML document?

Steps to Download jQuery file.

  • First of all you will go to jQuery officicial website ie. jQuery.com.






  • Now at the right side of the website you can see the jQuery Download button and under the button you can check the current version of jQuery.
  • Now go through the Download button and hit the download button you will directed to the download page of jQuery.
  • Now you will found two version's of jQuery ie. Production version and Development version Production version is compressed version of jQuery this version is used for production because the size of this version's file is less and Development version is uncompressed version and the file size of this version is more.But We use Developement version because of any one can easily read it
  • You will always use minified version of jQuery if you go for a website.
  • There is no difference in functionality between thease file.
  • After Downloading the file you will save it on your PC or where yo want to use it.
  • Now you simply rename the downloaded file name to jquery.js and palce it at that folder where you want to use it.
  • Here .js is the extention for the jQuery flile.You must have to save every external jQuery file with .js extention otherwise it will not work.



No comments:

Post a Comment