CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 24 Jul 2025 14:07:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100328060840
location: https://web.archive.org/web/20100328060840/https://github.com/jquery/jquery/tree/1.2.4a
server-timing: captures_list;dur=0.784488, exclusion.robots;dur=0.025630, exclusion.robots.policy;dur=0.012175, esindex;dur=0.016712, cdx.remote;dur=121.124640, LoadShardBlock;dur=346.872581, PetaboxLoader3.datanode;dur=196.515485, PetaboxLoader3.resolve;dur=89.503335
x-app-server: wwwb-app212
x-ts: 302
x-tr: 511
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app212; 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, 24 Jul 2025 14:08:01 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sun, 28 Mar 2010 06:08:39 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "4acc7d21dad98c112a955230509d674c"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 29968
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, 28 Mar 2010 06:08:40 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 25 Nov 2009 20:04:09 GMT", ; rel="prev memento"; datetime="Thu, 25 Mar 2010 06:13:56 GMT", ; rel="memento"; datetime="Sun, 28 Mar 2010 06:08:40 GMT", ; rel="next memento"; datetime="Wed, 22 Sep 2010 08:09:01 GMT", ; rel="last memento"; datetime="Fri, 03 Mar 2023 01:32:42 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: 52_15_20100328053357_crawl102-c/52_15_20100328060743_crawl101.arc.gz
server-timing: captures_list;dur=0.463947, exclusion.robots;dur=0.016121, exclusion.robots.policy;dur=0.008816, esindex;dur=0.010727, cdx.remote;dur=142.940646, LoadShardBlock;dur=433.733769, PetaboxLoader3.datanode;dur=393.066320, PetaboxLoader3.resolve;dur=278.248582, load_resource;dur=284.163407
x-app-server: wwwb-app212
x-ts: 200
x-tr: 958
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
jquery's jquery at 1.2.4a - GitHub
jquery / jquery
- Source
- Commits
- Network (195)
- Graphs
-
Tag:
1.2.4a
click here to add a description
click here to add a homepage
jquery /
name | age | message | |
---|---|---|---|
![]() |
ChangeLog.txt | Sun Dec 16 17:11:02 -0800 2007 | Updating changlog [brandonaaron] |
![]() |
GPL-LICENSE.txt | Mon Aug 21 12:36:44 -0700 2006 | Updated the licensing information. [jeresig] |
![]() |
MIT-LICENSE.txt | Fri Feb 01 15:23:11 -0800 2008 | Updated the years on the licensing. [jeresig] |
![]() |
Makefile | Mon Jan 28 11:32:57 -0800 2008 | Fixed make speed. [jeresig] |
![]() |
README | Wed Aug 16 14:20:38 -0700 2006 | Updated the README to be more explanatory. [jeresig] |
![]() |
build.xml | Wed Dec 19 14:26:05 -0800 2007 | added version to all builds; changed current ve... [jzaefferer] |
![]() |
build/ | Sun Jan 20 06:23:22 -0800 2008 | global replace for @VERSION, fixed #2101 [jzaefferer] |
![]() |
src/ | Tue Apr 08 09:40:03 -0700 2008 | $.extend deep now copies children's children, e... [Sean Catchpole] |
![]() |
test/ | Sun Feb 03 10:43:04 -0800 2008 | You can now overwrite values returned from .dat... [jeresig] |
![]() |
version.txt | Wed Apr 09 18:17:07 -0700 2008 | Tagging the 1.2.4a 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/