CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 29 Jul 2025 21:47:48 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100202022928
location: https://web.archive.org/web/20100202022928/https://github.com/feeds/jquery/commits/jquery/master
server-timing: captures_list;dur=0.811748, exclusion.robots;dur=0.025151, exclusion.robots.policy;dur=0.010734, esindex;dur=0.013389, cdx.remote;dur=387.179023, LoadShardBlock;dur=239.017367, PetaboxLoader3.datanode;dur=84.891781, PetaboxLoader3.resolve;dur=65.884540
x-app-server: wwwb-app216
x-ts: 302
x-tr: 675
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; 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 21:47:50 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 7140
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 02 Feb 2010 02:29:28 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "6e6ddd86572e44f07f55fa555e986185"
x-archive-orig-x-runtime: 21ms
x-archive-orig-content-length: 7140
x-archive-orig-cache-control: private, max-age=0, must-revalidate
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 02 Feb 2010 02:29:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 09 Apr 2009 20:49:02 GMT", ; rel="prev memento"; datetime="Thu, 03 Dec 2009 00:00:15 GMT", ; rel="memento"; datetime="Tue, 02 Feb 2010 02:29:28 GMT", ; rel="last memento"; datetime="Tue, 02 Feb 2010 02:29:28 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_14_20100201232545_crawl100_IndexOnly-c/52_14_20100202020841_crawl101.arc.gz
server-timing: captures_list;dur=0.640342, exclusion.robots;dur=0.022283, exclusion.robots.policy;dur=0.009812, esindex;dur=0.011964, cdx.remote;dur=1840.619853, LoadShardBlock;dur=512.296990, PetaboxLoader3.datanode;dur=252.141269, PetaboxLoader3.resolve;dur=352.250852, load_resource;dur=226.543235
x-app-server: wwwb-app216
x-ts: 200
x-tr: 2614
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:/feeds/jquery/commits/jquery/master
Recent Commits to jquery:master
2010-02-01T18:26:47-08:00
tag:github.com,2008:Grit::Commit/f95147f465932cb91e1a6aace50c556820ca4074
Fix for problem in IE 8 where deserialized (then reserialized) form markup was getting malformed. Thanks IE. Fixes #5998.
2010-02-01T18:26:47-08:00
<pre>m src/manipulation.js
m test/unit/manipulation.js
Fix for problem in IE 8 where deserialized (then reserialized) form markup was getting malformed. Thanks IE. Fixes #5998.</pre>
jeresig
tag:github.com,2008:Grit::Commit/f9417b9da980f4fa79d03ba691d9f3442c5ab2f2
Same problem happens with plain embed elements as well. Follow-up fix to #5904.
2010-02-01T15:52:12-08:00
<pre>m src/manipulation.js
Same problem happens with plain embed elements as well. Follow-up fix to #5904.</pre>
jeresig
tag:github.com,2008:Grit::Commit/1b28bba4d2ba692047813cf5185a7d55e2362472
Make sure that injection of object elements continues to work in IE 6. Really hard to unit test this in a meanigful manner (the result is a visually broken plugin). Will need to be diligent about watching for this in the future. Fixes #5094.
2010-02-01T15:22:48-08:00
<pre>m src/manipulation.js
Make sure that injection of object elements continues to work in IE 6. Really hard to unit test this in a meanigful manner (the result is a visually broken plugin). Will need to be diligent about watching for this in the future. Fixes #5094.</pre>
jeresig
tag:github.com,2008:Grit::Commit/31432e048f879b93ffa44c39d6f5989ab2620bd8
Add .delegate() and .undelegate(). An alternative to using .live() which goes from a single root and filters by the specified selectors. Should be used like do: .delegate(td, hover, someFn);. Fixes #6005.
2010-02-01T15:06:03-08:00
<pre>m src/event.js
m test/unit/event.js
Add .delegate() and .undelegate(). An alternative to using .live() which goes from a single root and filters by the specified selectors. Should be used like do: .delegate(td, hover, someFn);. Fixes #6005.</pre>
jeresig
tag:github.com,2008:Grit::Commit/cb65daa399630de0cdcd81af55ff76f6cd93da62
The context for 'body' should still be document, in this case.
2010-01-29T12:04:26-08:00
<pre>m src/core.js
The context for 'body' should still be document, in this case.</pre>
jeresig
tag:github.com,2008:Grit::Commit/4f2e209b85b56351ed17ac0b5de60db85666209f
Make sure fragment caching is only happening on nodes in the main document. Fixes #5978.
2010-01-28T21:22:20-08:00
<pre>m src/manipulation.js
Make sure fragment caching is only happening on nodes in the main document. Fixes #5978.</pre>
jeresig
tag:github.com,2008:Grit::Commit/388a00fe918c2ec759bd33c34bfc13aabfe413d0
Skip around inserting a fragment when possible (insert the node directly).
2010-01-28T14:18:27-08:00
<pre>m src/manipulation.js
Skip around inserting a fragment when possible (insert the node directly).</pre>
jeresig
tag:github.com,2008:Grit::Commit/b8076a914ba9d400dc9c48d866b145df6fabafcf
Landing some minor perf optimization to jQuery().
2010-01-28T14:17:51-08:00
<pre>m src/core.js
m test/unit/core.js
Landing some minor perf optimization to jQuery().</pre>
jeresig
tag:github.com,2008:Grit::Commit/0db207da238e879dad20f68178e6248750d3b984
Optimize for the case where a fragment-bound element is being injected into one other element.
2010-01-28T13:30:37-08:00
<pre>m src/core.js
m src/manipulation.js
Optimize for the case where a fragment-bound element is being injected into one other element.</pre>
jeresig
tag:github.com,2008:Grit::Commit/98c7248518f9a2082ccf50240b5ab44bf98d7b5e
Further optimize the empty/remove/cleanData logic.
2010-01-28T12:25:52-08:00
<pre>m src/data.js
m src/event.js
m src/manipulation.js
Further optimize the empty/remove/cleanData logic.</pre>
jeresig