CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 01:56:41 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20130621071103
location: https://web.archive.org/web/20130621071103/https://github.com/jquery/jquery/commits/1.2.1.atom
server-timing: captures_list;dur=0.524405, exclusion.robots;dur=0.020297, exclusion.robots.policy;dur=0.009503, esindex;dur=0.011038, cdx.remote;dur=1835.172122, LoadShardBlock;dur=429.245180, PetaboxLoader3.datanode;dur=149.543347, PetaboxLoader3.resolve;dur=257.932931
x-app-server: wwwb-app225
x-ts: 302
x-tr: 2299
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app225; 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: Wed, 30 Jul 2025 01:56:42 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 18903
x-archive-orig-server: GitHub.com
x-archive-orig-date: Fri, 21 Jun 2013 07:11:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-strict-transport-security: max-age=2592000
x-archive-orig-x-frame-options: deny
x-archive-orig-set-cookie: logged_in=no; domain=.github.com; path=/; expires=Tue, 21-Jun-2033 07:11:03 GMT; HttpOnly
x-archive-orig-etag: "f1a8e4cbf3c1f81179586cc75e0b6a07"
x-archive-orig-x-runtime: 24
x-archive-orig-content-length: 18903
x-archive-orig-vary: Accept-Encoding
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 21 Jun 2013 07:11:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 21 Jun 2013 07:11:03 GMT", ; rel="memento"; datetime="Fri, 21 Jun 2013 07:11:03 GMT", ; rel="last memento"; datetime="Fri, 21 Jun 2013 07:11: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: WIDE-20130621063846-crawl412/WIDE-20130621064454-02260.warc.gz
server-timing: captures_list;dur=0.460612, exclusion.robots;dur=0.017092, exclusion.robots.policy;dur=0.007933, esindex;dur=0.009460, cdx.remote;dur=77.895036, LoadShardBlock;dur=626.029907, PetaboxLoader3.datanode;dur=79.763126, PetaboxLoader3.resolve;dur=551.530013, load_resource;dur=143.004451
x-app-server: wwwb-app225
x-ts: 200
x-tr: 876
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=()
accept-ranges: bytes
tag:github.com,2008:/jquery/jquery/commits/1.2.1
Recent Commits to jquery:1.2.1
2007-09-16T20:42:06-07:00
tag:github.com,2008:Grit::Commit/456da2d4a805012003df3c1b173148368d3536f7
Tagging the 1.2.1 release.
2007-09-16T20:42:06-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Tagging the 1.2.1 release.</pre>
tag:github.com,2008:Grit::Commit/e0c6e4ef98302345cc17131675e2c1f9f17b62f1
Added fix for bug #1567 - uppercase nodeName test in .add().
2007-09-14T20:44:44-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added fix for bug #1567 - uppercase nodeName test in .add().</pre>
tag:github.com,2008:Grit::Commit/f6a2e1734f73e30386e2679d4f4a8e5ac9a46f88
Fixed animating to 0% (Bug #1586).
2007-09-14T20:26:33-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed animating to 0% (Bug #1586).</pre>
tag:github.com,2008:Grit::Commit/dbca9cbf629e282b511c32c8c870da37ef9fa92b
Forgot the 'var' statement, causing variables to leak. (Bug #1592)
2007-09-14T20:12:56-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Forgot the 'var' statement, causing variables to leak. (Bug #1592)</pre>
tag:github.com,2008:Grit::Commit/3dabd7ec301770a2a6bb8457c96d630d42376719
Added .eq(Number) back in - I'm convinced that it's more useful than the .slice() replacement. lt/gt are still gone, though.
2007-09-14T20:08:46-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added .eq(Number) back in - I'm convinced that it's more useful than the .slice() replacement. lt/gt are still gone, though.</pre>
tag:github.com,2008:Grit::Commit/1088d06e5485451549990e6143001488f1580d83
Added a fix for bug #1612, where :contains() was failing on XML documents, in IE.
2007-09-14T20:05:00-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added a fix for bug #1612, where :contains() was failing on XML documents, in IE.</pre>
tag:github.com,2008:Grit::Commit/df246df2da4ff76b37959878c006464c6b438906
Convert relative animations to use -= and += (instead of just - and +, which conflicted with normal absolute animations). (Fixes bug #1607) Also fixed a bug in queue.
2007-09-14T19:40:42-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Convert relative animations to use -= and += (instead of just - and +, which conflicted with normal absolute animations). (Fixes bug #1607) Also fixed a bug in queue.</pre>
tag:github.com,2008:Grit::Commit/9c2c47d7c021d1d944798642d0e7d51423af6bd8
etooled the jQuery constructor, makes it work better for embedding (Bug #1585). Also took the opportunity to do some renaming in the constructor and init.
2007-09-14T19:24:44-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>etooled the jQuery constructor, makes it work better for embedding (Bug #1585). Also took the opportunity to do some renaming in the constructor and init.</pre>
tag:github.com,2008:Grit::Commit/d5f2129ac49e04185b49b7d5a548efa451d31dbc
Fixed an issue with the suite expecting a different result for the changed triggerHandler behavior.
2007-09-14T19:23:08-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed an issue with the suite expecting a different result for the changed triggerHandler behavior.</pre>
tag:github.com,2008:Grit::Commit/606b863edaff29035960e4d813b45d63b8d92876
Fixed bug #1594, #1565, #1598 - all of which were concerning the improper execution of embedded scripts in IE and Safari.
2007-09-14T19:16:29-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed bug #1594, #1565, #1598 - all of which were concerning the improper execution of embedded scripts in IE and Safari.</pre>
tag:github.com,2008:Grit::Commit/62d84e44ac3b4a3673c320514bbf5ac8dc7712d6
Added a fix for bug #1580, where the query string was appended to the POST data, instead of being left alone.
2007-09-14T18:18:30-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added a fix for bug #1580, where the query string was appended to the POST data, instead of being left alone.</pre>
tag:github.com,2008:Grit::Commit/d9a3b133f1bf6a283349b5c0ab64b7c09cb9b92b
Bug #1584, ajaxStop/complete calls weren't called for JSONP requests.
2007-09-14T17:35:16-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Bug #1584, ajaxStop/complete calls weren't called for JSONP requests.</pre>
tag:github.com,2008:Grit::Commit/6d71a10ed2b751f0e275506b24b82d5f611bfdac
Fix for bug #1600 - multiple selects were being serialized incorrectly.
2007-09-14T17:23:21-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fix for bug #1600 - multiple selects were being serialized incorrectly.</pre>
tag:github.com,2008:Grit::Commit/82eccdfcd0ba2e97c3fb7abac20b1146fbce5b2d
Make sure that the right event type is always triggered (was causing problems with UI's event triggering).
2007-09-14T16:58:51-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure that the right event type is always triggered (was causing problems with UI's event triggering).</pre>
tag:github.com,2008:Grit::Commit/41590d37e109453ae58b38d4889031f4130e7f64
Fixed some bugs in how .queue() works (it wasn't handling the argument order correctly).
2007-09-14T10:47:01-07:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed some bugs in how .queue() works (it wasn't handling the argument order correctly).</pre>
tag:github.com,2008:Grit::Commit/500ff12d5da5e0d454663203101d65c9ed37cffa
fix clone(true) for IE
2007-09-13T09:45:53-07:00
brandonaaron
https://github.com/brandonaaron
<pre style='white-space:pre-wrap;width:81ex'>fix clone(true) for IE</pre>
tag:github.com,2008:Grit::Commit/08a6acc36262bc6e235bb50584ee5dc5c24fbe6d
clean ant task shouldn't delete the new test folder
2007-09-13T09:44:44-07:00
brandonaaron
https://github.com/brandonaaron
<pre style='white-space:pre-wrap;width:81ex'>clean ant task shouldn't delete the new test folder</pre>
tag:github.com,2008:Grit::Commit/8ece9e8fb1278e4e62aeb8896979b2a6815dcb3e
Absolutely position animations, damn my twichy fingers for commiting too soon.
2007-09-12T15:16:43-07:00
littlecooldude@gmail.com
<pre style='white-space:pre-wrap;width:81ex'>Absolutely position animations, damn my twichy fingers for commiting too soon.</pre>
tag:github.com,2008:Grit::Commit/e4a62e4ec60a1dc36274e5706b46faadf455bd16
Animate should absolutely position if a number is passed (Ex: -700)
2007-09-12T14:04:10-07:00
littlecooldude@gmail.com
<pre style='white-space:pre-wrap;width:81ex'>Animate should absolutely position if a number is passed (Ex: -700)</pre>
tag:github.com,2008:Grit::Commit/e22336e7ae57833d1e903be196abdcd8d244e496
Updated test.js for the runtest build target to reflect the path changes for the test scripts.
2007-09-12T08:45:05-07:00
pmclanahan
https://github.com/pmclanahan
<pre style='white-space:pre-wrap;width:81ex'>Updated test.js for the runtest build target to reflect the path changes for the test scripts.</pre>