| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 22 Dec 2025 23:12:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091101201231
location: https://web.archive.org/web/20091101201231/https://github.com/jquery/jquery
server-timing: captures_list;dur=0.885025, exclusion.robots;dur=0.070758, exclusion.robots.policy;dur=0.052203, esindex;dur=0.015664, cdx.remote;dur=32.476914, LoadShardBlock;dur=132.034744, PetaboxLoader3.datanode;dur=64.103774
x-app-server: wwwb-app222-dc8
x-ts: 302
x-tr: 237
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-as: 14061
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: Mon, 22 Dec 2025 23:12:27 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 01 Nov 2009 20:12:31 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "92326ba3d81f847dd547eec2c3a53d83"
x-archive-orig-x-runtime: 118ms
x-archive-orig-content-length: 29752
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sun, 01 Nov 2009 20:12:31 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
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: webgroup-20100508054539-00007/ARCHIVEIT-1147-WEEKLY-GSWWXU-20091101201045-00072-crawling04.us.archive.org.warc.gz
server-timing: captures_list;dur=0.677426, exclusion.robots;dur=0.027694, exclusion.robots.policy;dur=0.011689, esindex;dur=0.012212, cdx.remote;dur=14.216083, LoadShardBlock;dur=294.251774, PetaboxLoader3.datanode;dur=242.312519, PetaboxLoader3.resolve;dur=412.965264, load_resource;dur=391.499395
x-app-server: wwwb-app222-dc8
x-ts: 200
x-tr: 804
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
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
jquery's jquery at master - GitHub
Hi! jquery is using GitHub to share code with you!
But GitHub is more than just a place to share code. It's a place to keep tabs on your favorite developers and projects, easily contribute fixes and new features, and visualize what's going on inside your codebase!
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: | jQuery JavaScript Library edit |
| Homepage: | https://jquery.com/ edit |
| Public Clone URL: |
git://github.com/jquery/jquery.git
Give this clone URL to anyone.
git clone git://github.com/jquery/jquery.git
|
| Your Clone URL: |
Use this clone URL yourself.
git clone git@github.com:jquery/jquery.git
|
jquery /
README
-------------------------------- jQuery - New Wave Javascript https://jquery.com/ -------------------------------- What you need to build your own jQuery: - Make sure that you have Java installed (if you want to build a minified version of jQuery). 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: make Here are each of the individual items that are buildable from the Makefile. make init Pull in all the external dependencies (QUnit, Sizzle) for the project. make jquery The standard, uncompressed, jQuery code. Makes: ./dist/jquery.js make min A compressed version of jQuery (made the YUI Minifier). Makes: ./dist/jquery.min.js make selector Builds the selector library for jQuery from Sizzle. Makes: ./src/selector.js 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://docs.jquery.com/Discussion
This feature is coming soon. Sit tight!








