CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 13:44:08 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080607120715
location: https://web.archive.org/web/20080607120715/https://github.com/JackDanger/jquery/tree/master/jquery
server-timing: captures_list;dur=28.090296, exclusion.robots;dur=0.020968, exclusion.robots.policy;dur=0.010090, esindex;dur=0.010125, cdx.remote;dur=50.492540, LoadShardBlock;dur=404.999133, PetaboxLoader3.datanode;dur=157.228641, PetaboxLoader3.resolve;dur=153.392104
x-app-server: wwwb-app218
x-ts: 302
x-tr: 567
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 13:44:09 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Sat, 07 Jun 2008 12:07:15 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 2.15619
x-archive-orig-etag: "98e3619e35140c70b13bc31313a34891"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 17739
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 07 Jun 2008 12:07:15 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sat, 07 Jun 2008 12:07:15 GMT", ; rel="memento"; datetime="Sat, 07 Jun 2008 12:07:15 GMT", ; rel="next memento"; datetime="Sat, 11 Oct 2008 20:10:03 GMT", ; rel="last memento"; datetime="Sat, 11 Oct 2008 20:10:03 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_4_20080607045309_crawl109-c/51_4_20080607120500_crawl103.arc.gz
server-timing: captures_list;dur=0.690894, exclusion.robots;dur=0.024600, exclusion.robots.policy;dur=0.012167, esindex;dur=0.015337, cdx.remote;dur=15.078600, LoadShardBlock;dur=324.840320, PetaboxLoader3.datanode;dur=178.755678, PetaboxLoader3.resolve;dur=262.862831, load_resource;dur=143.077511
x-app-server: wwwb-app218
x-ts: 200
x-tr: 565
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
JackDanger's jquery at master — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Updated hourly from the JQuery SVN repo |
Homepage: | https://jquery.com |
Clone URL: |
git://github.com/JackDanger/jquery.git
Give this clone URL to anyone.
git clone git://github.com/JackDanger/jquery.git
|
Repo Search: |

rdworth (author)
Fri Jun 06 19:46:52 -0700 2008
jquery / jquery
name | age | message | |
---|---|---|---|
.. | |||
![]() |
ChangeLog.txt | Sun Dec 16 17:11:02 -0800 2007 | Updating changlog [brandon.aaron] |
![]() |
GPL-LICENSE.txt | Thu Oct 26 08:53:47 -0700 2006 | Moved jquery and plugins to a single trunk. [john] |
![]() |
MIT-LICENSE.txt | Fri Feb 01 15:23:11 -0800 2008 | Updated the years on the licensing. [jeresig] |
![]() |
Makefile | Mon Apr 28 20:26:06 -0700 2008 | Merged dimensions with core [brandon.aaron] |
![]() |
README | Thu Oct 26 08:53:47 -0700 2006 | Moved jquery and plugins to a single trunk. [john] |
![]() |
build.xml | Mon Apr 28 20:26:06 -0700 2008 | Merged dimensions with core [brandon.aaron] |
![]() |
build/ | Sun Jan 20 06:23:22 -0800 2008 | global replace for @VERSION, fixed #2101 [joern.zaefferer] |
![]() |
src/ | Thu Jun 05 17:28:33 -0700 2008 | core: fixed #2993: .offsetParent() will now ret... [scott.gonzalez] |
![]() |
test/ | Thu Jun 05 11:11:29 -0700 2008 | ajax tests: Replaced $ with jQuery. [scott.gonzalez] |
![]() |
version.txt | Sat May 24 11:22:17 -0700 2008 | Tagging the 1.2.6 release. [jeresig] |
README
-------------------------------- jQuery - New Wave Javascript https://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" https://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: https://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: https://jquery.com/discuss/
This feature is coming soon. Sit tight!