public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
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]
file reminder.txt Wed Jul 09 12:26:41 -0700 2008 general: adding reminder.txt to write down thin... [aflesler]
directory src/ Thu Aug 14 07:03:05 -0700 2008 jquery core: fix for [5828]. Put 'function' ins... [aflesler]
directory test/ Thu Aug 21 10:08:50 -0700 2008 A test was using the old / child selector synta... [jeresig]
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/