GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
commit  14acacfc44f8c8c07de518d175b409e8f7d0131b
tree    c67296898ee2686c8f9e04e626edafc9e43d760b
parent  4542dd1ecb995ef16af4e9f397670ea9d5287366
jquery / jquery
name age message
..
file ChangeLog.txt Sun Dec 16 17:11:02 -0800 2007 Updating changlog [brandon.aaron]
file GPL-LICENSE.txt Thu Oct 26 08:53:47 -0700 2006 Moved jquery and plugins to a single trunk. [john]
file MIT-LICENSE.txt Fri Feb 01 15:23:11 -0800 2008 Updated the years on the licensing. [jeresig]
file Makefile Mon Apr 28 20:26:06 -0700 2008 Merged dimensions with core [brandon.aaron]
file README Thu Oct 26 08:53:47 -0700 2006 Moved jquery and plugins to a single trunk. [john]
file build.xml Mon Apr 28 20:26:06 -0700 2008 Merged dimensions with core [brandon.aaron]
directory build/ Sun Jan 20 06:23:22 -0800 2008 global replace for @VERSION, fixed #2101 [joern.zaefferer]
directory src/ Fri Nov 28 17:14:02 -0800 2008 IE doesn't care for boolean checks of .createEl... [jeresig]
directory test/ Sun Nov 09 18:39:03 -0800 2008 new offset method, faster and no more browser d... [brandon.aaron]
file version.txt Fri Jun 20 14:52:06 -0700 2008 core: set version.txt to 1.2.7-pre [joern.zaefferer]
README
--------------------------------
jQuery - New Wave Javascript
http://jquery.com/
--------------------------------

What you need to build your own jQuery:
 - Make sure that you have Java installed.

   If not, go to this page and download "Java Runtime Environment (JRE) 5.0"
   http://java.sun.com/javase/downloads/index.jsp

 - You now have two options for building jQuery, if you have access to
   common UNIX commands (like 'make', 'mkdir', 'rm', 'cat', and 'echo')
   then simply type 'make' to build all the components.

 - The other option is if you have Ant installed (or are on Windows and
   don't have access to make). You can download Ant from here:
   http://ant.apache.org/bindownload.cgi

   If you do have Ant, everytime (in this README) that I say 'make', do
   'ant' instead - it works identically (for all intents and purposes).

How to build your own jQuery:

In the main directory of the distribution (the one that this file is in), type
the following to make all versions of jQuery, the documentation, and the test suite:
  make

Here are each of the individual items that are buildable from the Makefile.

make jquery
  The standard, uncompressed, jQuery code.
  Makes: ./dist/jquery.js

make lite
  jQuery without all the additional inline documentation and test cases.
  Makes: ./dist/jquery.lite.js

make pack
  A compressed version of jQuery (made with Packer).
  Makes: ./dist/jquery.pack.js

make docs
  Builds a complete copy of the documentation, based upon the jQuery source.
  Makes ./docs/
  Open this file in your browser:
    ./docs/index.xml

make test
  Builds a complete copy of the test suite, based upon the jQuery source.
  Makes ./test/
  Open this file in your browser:
    ./test/index.html

Finally, you can remove all the built files using the command:
  make clean

Additionally, if you want to install jQuery to a location that is not this
directory, you can specify the PREFIX directory, for example:
  make PREFIX=/home/john/test/
OR
  make PREFIX=~/www/ docs

If you have any questions, please feel free to ask them on the jQuery
mailing list, which can be found here:
  http://jquery.com/discuss/