CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 29 Jul 2025 04:54:56 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20130621053907
location: https://web.archive.org/web/20130621053907/https://github.com/jquery/jquery/commits/1.2.3a.atom
server-timing: captures_list;dur=1.922831, exclusion.robots;dur=0.020960, exclusion.robots.policy;dur=0.010055, esindex;dur=0.009803, cdx.remote;dur=670.507438, LoadShardBlock;dur=401.671067, PetaboxLoader3.datanode;dur=175.728375, PetaboxLoader3.resolve;dur=218.000526
x-app-server: wwwb-app217
x-ts: 302
x-tr: 1098
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app217; 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: Tue, 29 Jul 2025 04:54:58 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 19015
x-archive-orig-server: GitHub.com
x-archive-orig-date: Fri, 21 Jun 2013 05:39:07 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 05:39:07 GMT; HttpOnly
x-archive-orig-etag: "fd94c6b10fad087d8bc122cb48764428"
x-archive-orig-x-runtime: 62
x-archive-orig-content-length: 19015
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 05:39:07 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 21 Jun 2013 05:39:07 GMT", ; rel="memento"; datetime="Fri, 21 Jun 2013 05:39:07 GMT", ; rel="last memento"; datetime="Fri, 21 Jun 2013 05:39:07 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-20130621044123-crawl412/WIDE-20130621053354-02248.warc.gz
server-timing: captures_list;dur=0.491494, exclusion.robots;dur=0.019981, exclusion.robots.policy;dur=0.008609, esindex;dur=0.011448, cdx.remote;dur=1286.476597, LoadShardBlock;dur=295.632981, PetaboxLoader3.datanode;dur=211.240800, PetaboxLoader3.resolve;dur=259.619599, load_resource;dur=241.430702
x-app-server: wwwb-app217
x-ts: 200
x-tr: 1854
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.3a
Recent Commits to jquery:1.2.3a
2008-01-28T11:37:46-08:00
tag:github.com,2008:Grit::Commit/32ba00081ddd56c00655d0a7b7825ac947247cc6
Tagging the 1.2.3a release.
2008-01-28T11:37:46-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Tagging the 1.2.3a release.</pre>
tag:github.com,2008:Grit::Commit/f354e85af6a66b94e680c5406866de2137ab95e6
Fixed make speed.
2008-01-28T11:32:57-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed make speed.</pre>
tag:github.com,2008:Grit::Commit/5da2e98cb39f30e940962fe0bf2d23356d9f90a8
De-eval'd selectors and the various DOM methods (will marginally help our speed and make us more compatible with projects like Caja and Adobe AIR). Left a selector eval in for backwards compatibility support of selector plugins.
2008-01-25T16:26:28-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>De-eval'd selectors and the various DOM methods (will marginally help our speed and make us more compatible with projects like Caja and Adobe AIR). Left a selector eval in for backwards compatibility support of selector plugins.</pre>
tag:github.com,2008:Grit::Commit/1faed11e3c0752981d8b01e1272fb3a72272f966
Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML assignment in the clone() function for IE.
2008-01-22T19:54:23-08:00
davidserduke
https://github.com/davidserduke
<pre style='white-space:pre-wrap;width:81ex'>Fix #2184 by using the jQuery.clean() function instead of a direct innerHTML assignment in the clone() function for IE.</pre>
tag:github.com,2008:Grit::Commit/e7fef859f10045a296368e82d7bbe69924d338c2
global replace for @VERSION, fixed #2101
2008-01-20T06:23:22-08:00
jzaefferer
https://github.com/jzaefferer
<pre style='white-space:pre-wrap;width:81ex'>global replace for @VERSION, fixed #2101</pre>
tag:github.com,2008:Grit::Commit/0635df43914eec10e4b468ddb2f952f5024c644e
Fixed #2174 by removing the s.dataType == "json" check for possible cross domain since it causes absolute urls to use a <script> tag ajax retrieval even though absolute urls work fine for retrieving local data. Cross-domain jsonp will still work since the $.ajax() function actually changes the s.dataType to "script" before it reaches this check in cases where it is s.dataType == "jsonp" or s.dataType == "json" and a parameter has =? in it.
2008-01-17T13:38:58-08:00
davidserduke
https://github.com/davidserduke
<pre style='white-space:pre-wrap;width:81ex'>Fixed #2174 by removing the s.dataType == "json" check for possible cross domain since it causes absolute urls to use a <script> tag ajax retrieval even though absolute urls work fine for retrieving local data. Cross-domain jsonp will still work since the $.ajax() function actually changes the s.dataType to "script" before it reaches this check in cases where it is s.dataType == "jsonp" or s.dataType == "json" and a parameter has =? in it.</pre>
tag:github.com,2008:Grit::Commit/dcb46c7fe572923b02b575477ab02af797ab392a
Updating version number to 1.2.3-pre
2008-01-17T13:31:28-08:00
davidserduke
https://github.com/davidserduke
<pre style='white-space:pre-wrap;width:81ex'>Updating version number to 1.2.3-pre</pre>
tag:github.com,2008:Grit::Commit/6c81082a6b20880cbd5d35ec5c50d4270f3af2ce
Tagging the 1.2.2 release.
2008-01-14T14:56:07-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Tagging the 1.2.2 release.</pre>
tag:github.com,2008:Grit::Commit/0cd307ec1077f5b09972400180f54dc278ad624a
Changing end of line from CRLF to just LF like the rest of the source files.
2008-01-14T14:30:48-08:00
davidserduke
https://github.com/davidserduke
<pre style='white-space:pre-wrap;width:81ex'>Changing end of line from CRLF to just LF like the rest of the source files.</pre>
tag:github.com,2008:Grit::Commit/d0fae71464427d9b9e29a5e3fa27729675bef95a
Discontinued the test for $(form.elements).
2008-01-14T12:40:05-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Discontinued the test for $(form.elements).</pre>
tag:github.com,2008:Grit::Commit/2e6c123c875991792a8a701e108248e0b89524d4
Excluded a couple Ajax tests from running locally.
2008-01-14T12:17:21-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Excluded a couple Ajax tests from running locally.</pre>
tag:github.com,2008:Grit::Commit/c39bd07cc9f408d5680ba565e2a2fe71bbdc64b9
Added support for breaking in an object loop (Bug #2111).
2008-01-14T12:06:34-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added support for breaking in an object loop (Bug #2111).</pre>
tag:github.com,2008:Grit::Commit/ff08982508cb089d0b728cb797c76cc2fe76a702
And the rest of the _default change.
2008-01-14T11:37:31-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>And the rest of the _default change.</pre>
tag:github.com,2008:Grit::Commit/260fc23e92e1aa04fbec8f29646cd9e853faf851
Tweaked the default Accept header to _default.
2008-01-14T11:37:05-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Tweaked the default Accept header to _default.</pre>
tag:github.com,2008:Grit::Commit/6e739fd2ba917124dfbba5334eaa502e739490b8
Added a check to make sure that .style exists before trying to access it (Bug #2105).
2008-01-14T11:17:35-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added a check to make sure that .style exists before trying to access it (Bug #2105).</pre>
tag:github.com,2008:Grit::Commit/047debc750bd7ca15229297c1f3ab98527fe5be6
Fixed default property name for Opera (bug #2159).
2008-01-14T11:15:27-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed default property name for Opera (bug #2159).</pre>
tag:github.com,2008:Grit::Commit/04eb06069210eef20e9c2157b4f5557e868d7719
Fixed minor issue with pack build script. (Bug #2101)
2008-01-14T11:13:46-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Fixed minor issue with pack build script. (Bug #2101)</pre>
tag:github.com,2008:Grit::Commit/8a356f0d23bca2b2ea81a8320f6ab3b48b4177e3
Adding browser UA tests
2008-01-14T10:47:21-08:00
brandonaaron
https://github.com/brandonaaron
<pre style='white-space:pre-wrap;width:81ex'>Adding browser UA tests</pre>
tag:github.com,2008:Grit::Commit/709df933049ccce53d0b6bb510ad9c39fd6304fe
Added a fix for bug #2140. Opera doesn't like concating null or undefined values.
2008-01-14T10:46:44-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added a fix for bug #2140. Opera doesn't like concating null or undefined values.</pre>
tag:github.com,2008:Grit::Commit/5974495e6b1f40076ef257bc886dacd0c2e27bd7
Just added support for Accept headers in Ajax requests - defaults to the correct header depending on the type of request that's being performmed. (Bug #1986)
2008-01-14T10:19:28-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Just added support for Accept headers in Ajax requests - defaults to the correct header depending on the type of request that's being performmed. (Bug #1986)</pre>