public
Description: Updated hourly from the jQuery SVN repo
Homepage: http://jquery.com
Clone URL: git://github.com/JackDanger/jquery.git
scott.gonzalez (author)
Fri May 16 05:43:19 -0700 2008
commit  94831586be6ae9fa88af33697e2076e3741ccecf
tree    72d4bd3bd4abfa3eb128b156bf601ba649610522
parent  f8f72513860cf2e63adddbf74aa38c92ba76a7d8
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/ Thu May 15 14:03:31 -0700 2008 jqueryjquery ajax: closes #1289. Renamed 'xml' ... [aflesler]
directory test/ Thu May 15 16:36:06 -0700 2008 Updating unit tests for offset [brandon.aaron]
file version.txt Tue May 13 21:53:25 -0700 2008 Tagging the 1.2.4b release. [jeresig]
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/