CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 28 Jul 2025 01:24:26 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20130621064654
location: https://web.archive.org/web/20130621064654/https://github.com/jquery/jquery/commits/1.4.1.atom
server-timing: captures_list;dur=0.937965, exclusion.robots;dur=0.023164, exclusion.robots.policy;dur=0.011096, esindex;dur=0.012314, cdx.remote;dur=81.893353, LoadShardBlock;dur=169.480015, PetaboxLoader3.datanode;dur=99.391015, PetaboxLoader3.resolve;dur=62.798051
x-app-server: wwwb-app224
x-ts: 302
x-tr: 282
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app224; 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: Mon, 28 Jul 2025 01:24:29 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 18877
x-archive-orig-server: GitHub.com
x-archive-orig-date: Fri, 21 Jun 2013 06:46:55 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 06:46:55 GMT; HttpOnly
x-archive-orig-etag: "4b82a966ef9b65889a7e70aa940f3b58"
x-archive-orig-x-runtime: 28
x-archive-orig-content-length: 18877
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 06:46:54 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 21 Jun 2013 06:46:54 GMT", ; rel="memento"; datetime="Fri, 21 Jun 2013 06:46:54 GMT", ; rel="last memento"; datetime="Fri, 21 Jun 2013 06:46:54 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-20130621063104-crawl413/WIDE-20130621063104-02435.warc.gz
server-timing: captures_list;dur=0.460785, exclusion.robots;dur=0.017645, exclusion.robots.policy;dur=0.008384, esindex;dur=0.010073, cdx.remote;dur=2413.527198, LoadShardBlock;dur=446.008503, PetaboxLoader3.datanode;dur=301.651452, PetaboxLoader3.resolve;dur=593.021721, load_resource;dur=476.688812
x-app-server: wwwb-app224
x-ts: 200
x-tr: 3371
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.4.1
Recent Commits to jquery:1.4.1
2010-01-25T16:43:33-08:00
tag:github.com,2008:Grit::Commit/a08ee9a9afd47a81a242180a5c636f2e1645be25
Tagging the 1.4.1 release.
2010-01-25T16:43:33-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Tagging the 1.4.1 release.</pre>
tag:github.com,2008:Grit::Commit/0b3165fd23ba4d240dd72f93d315bb5f7bf970e8
Make sure that the correct context is being passed in for replaceWith(fn). Fixes #5798.
2010-01-25T16:22:28-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure that the correct context is being passed in for replaceWith(fn). Fixes #5798.</pre>
tag:github.com,2008:Grit::Commit/9f17e70ae95cc2d4b945bc94283b87cc5b8b23db
Make work wrapInner(fn) work consistently. Fixes #5799.
2010-01-25T16:16:23-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make work wrapInner(fn) work consistently. Fixes #5799.</pre>
tag:github.com,2008:Grit::Commit/55a64cf095b295d334010c6e0a00863f307caffa
Filtering elements only. Fixed #5920
2010-01-25T15:51:44-08:00
rkatic
https://github.com/rkatic
<pre style='white-space:pre-wrap;width:81ex'>Filtering elements only. Fixed #5920</pre>
tag:github.com,2008:Grit::Commit/ca90ffb332eafc93b8107aeb2afa7473132392fd
Provided detailed message for JSON parse errors. Fixes #4435.
2010-01-25T15:48:52-08:00
malsup
https://github.com/malsup
<pre style='white-space:pre-wrap;width:81ex'>Provided detailed message for JSON parse errors. Fixes #4435.</pre>
tag:github.com,2008:Grit::Commit/bed759c95ca6d796125653b540e8611dc63b38bb
Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
2010-01-25T15:43:33-08:00
mmonteleone
https://github.com/mmonteleone
<pre style='white-space:pre-wrap;width:81ex'>Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.</pre>
tag:github.com,2008:Grit::Commit/390186b902c4c1ac13e23754d33ed4d8b3d5fa38
Make sure that special.add actually copies over event namespaces and data. Fixes #5779 and #5834.
2010-01-25T14:01:07-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure that special.add actually copies over event namespaces and data. Fixes #5779 and #5834.</pre>
tag:github.com,2008:Grit::Commit/0474917c9d82fa13d865282d2da2d3cb6e5b89ec
Make sure multiple bound events have their namespaces and data maintained. Fixes #3549.
2010-01-25T13:45:39-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure multiple bound events have their namespaces and data maintained. Fixes #3549.</pre>
tag:github.com,2008:Grit::Commit/e01ff6cda1be44900b9829c718733923b71db11f
Cleaned up divs that should've been removed after a test run.
2010-01-25T12:18:51-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Cleaned up divs that should've been removed after a test run.</pre>
tag:github.com,2008:Grit::Commit/d24443fb55ddc6a309c08a9a248128fef269d2a3
Make sure that it's possible to preventDefault natively-triggered (submit, focus, blur, click) events. Fixes #5695.
2010-01-25T10:45:07-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure that it's possible to preventDefault natively-triggered (submit, focus, blur, click) events. Fixes #5695.</pre>
tag:github.com,2008:Grit::Commit/323270f6dcc4fdbef0e6d81f5e37b315fbffc599
Update the license URL in the header.
2010-01-25T06:31:40-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Update the license URL in the header.</pre>
tag:github.com,2008:Grit::Commit/1a14a38ff77839b2a71fbc3f3c0890ebe62438c7
Make sure original context is maintained and not the deep extended one. Fixes #5924.
2010-01-24T22:08:24-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure original context is maintained and not the deep extended one. Fixes #5924.</pre>
tag:github.com,2008:Grit::Commit/f91b944cabf7be9aadb40ffe35fce76b50f5f25f
Objects with length properties weren't getting serialized properly by jQuery.param(). Fixes #5862.
2010-01-24T21:46:03-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Objects with length properties weren't getting serialized properly by jQuery.param(). Fixes #5862.</pre>
tag:github.com,2008:Grit::Commit/76236a15062aa82a4841748e9071eb3c9535ef62
Use alternative technique for triggering an abort, preventing an exception from being thrown in Firefox. Fixes #5923.
2010-01-24T19:13:52-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Use alternative technique for triggering an abort, preventing an exception from being thrown in Firefox. Fixes #5923.</pre>
tag:github.com,2008:Grit::Commit/c639405c4d1ec462b032ccfb571a6c73212ba101
Don't set the context in .load() as it stops the global ajax events from firing. Fixes #5922.
2010-01-24T18:58:32-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Don't set the context in .load() as it stops the global ajax events from firing. Fixes #5922.</pre>
tag:github.com,2008:Grit::Commit/6a3d0996edf2f8ba69f62c8c7c3eda07b674d81f
Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.
2010-01-24T18:37:05-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make sure that XHTML-style HTML is purified in .html(). Fixes #5845.</pre>
tag:github.com,2008:Grit::Commit/f06e0e5575bc8f82d0fcbd5880bb9d8ccf361bfa
Expose cleanData, make sure that all bound event handlers are properly cleaned up after html/empty/remove. Fixes #5856 and #5906.
2010-01-23T18:20:19-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Expose cleanData, make sure that all bound event handlers are properly cleaned up after html/empty/remove. Fixes #5856 and #5906.</pre>
tag:github.com,2008:Grit::Commit/4f9aa62a858f28b8ed310ac73f9d2cd788bf1eed
Added in .height(fn) and .width(fn) support. Fixes #5915.
2010-01-23T17:49:59-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Added in .height(fn) and .width(fn) support. Fixes #5915.</pre>
tag:github.com,2008:Grit::Commit/781fe8b80d08b287e4c6e4ca408f773c6a1f3b2d
Make empty strings (and other non-string values) simply return null from parseJSON. Also added some parseJSON tests. Fixes #5859.
2010-01-23T14:08:26-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Make empty strings (and other non-string values) simply return null from parseJSON. Also added some parseJSON tests. Fixes #5859.</pre>
tag:github.com,2008:Grit::Commit/ea9e0ed841f0f2851162e01d5199052872ba7483
Moved add() tests from core to traversing.
2010-01-23T13:54:24-08:00
jeresig
https://github.com/jeresig
<pre style='white-space:pre-wrap;width:81ex'>Moved add() tests from core to traversing.</pre>