🌐 AI搜索 & 代理 主页
Skip to content
Closed

#13388 #1435

Changes from 1 commit
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
a95f357
Fix #12945. Check for .getAttribute so IE9 is happy.
dmethvin Jan 4, 2013
b45c775
Fix #12471. Use consistent line endings in jquery.js
dmethvin Jan 6, 2013
bbdf957
Fix #12336. Ensure oldIE really does .empty() selects.
dmethvin Jan 6, 2013
4e0bc16
Fix #12863. Prevent oldIE from calling `.removeAttribute`
dmethvin Jan 7, 2013
c27d8e2
Fix #13103. Add .finish() method. Cherry picked from b6abb31df4d5be8…
gnarf Jan 8, 2013
ce67f0c
Ref #8908. Update IE9 css clone fix. Close gh-1120.
markelog Jan 8, 2013
0ed497b
Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.
dmethvin Jan 8, 2013
4694118
Opera 12.0 still implements an older version of the DOM so cloneNode …
jaubourg Jan 8, 2013
0c5d2fb
Propagate context of returned deferred object in Deferred.then(). Fix…
nanto Jan 8, 2013
11eb1c4
Tagging the 1.9.0rc1 release.
dmethvin Jan 9, 2013
a777b35
Updating the source version to 1.9.0pre
dmethvin Jan 9, 2013
46bbda8
Ref gh-1117: Don't stop on a falsy value in buildFragment.
markelog Jan 9, 2013
58003c4
Adding some more test coverage for .finish()
gnarf Jan 8, 2013
e348b40
Fix map file reference in .min.js file.
dmethvin Jan 10, 2013
f40eac1
Update Sizzle
gibson042 Jan 10, 2013
8b82af9
Ref 0ed497b. Close gh-1125.
markelog Jan 9, 2013
5290567
Update Sizzle
gibson042 Jan 11, 2013
7be47fb
Update copyrights used in file headers.
dmethvin Jan 11, 2013
9cf812d
No ticket: compress event.js
gibson042 Jan 12, 2013
e5f3795
Fix 9cf812d7 oldIE failures
gibson042 Jan 13, 2013
bf4fce7
Fixes #13200 - innerHTML in buildFragment need end tags
markelog Jan 13, 2013
09589c4
Add a comment
markelog Jan 13, 2013
36457cb
#13180 unit test
gibson042 Jan 13, 2013
14c50da
jQuery.event.handlers delegate matching hook point
gibson042 Jan 13, 2013
7812aab
reduce size
gibson042 Jan 13, 2013
f860e0b
Fix #13180: don't delegate into SVG <use>
gibson042 Jan 13, 2013
a7683d8
No ticket: sync with master @ b75b9ef8
gibson042 Jan 14, 2013
0a3a424
Fix f860e0bd Firefox failures
gibson042 Jan 14, 2013
63f4086
Fix #13203: delegated events with selector matching Object.prototype …
gibson042 Jan 14, 2013
6c29dd2
0a3a424e with moar guard for IE6
gibson042 Jan 14, 2013
d8b5d5d
Simplify release notes generator script.
dmethvin Jan 15, 2013
8574d8b
Tagging the 1.9.0 release.
dmethvin Jan 15, 2013
79feac9
Updating the source version to 1.9.1pre
dmethvin Jan 15, 2013
65df32d
Fix #13183: Wrong animation initial value calc. Close gh-1136.
mikesherov Jan 16, 2013
fc2ba2e
Fix #13208: only check elements for delegation matches
gibson042 Jan 16, 2013
d869034
Fix #13182: update Sizzle
gibson042 Jan 16, 2013
13468ab
No ticket: improve replaceWith testing
gibson042 Jan 16, 2013
6b1b0a2
Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137.
gibson042 Jan 16, 2013
8f72967
Fix #8335: Avoid memory leak by never setting data on non-element non…
danilsomsikov Jan 11, 2013
64bb0c4
Ref 8f72967e: use acceptData to determine when it is safe to add even…
gibson042 Jan 16, 2013
37eb612
Fix jQuery #13251: use slice instead of substring
gibson042 Jan 17, 2013
c0a3700
Update Sizzle: fixes native slice usage
timmywil Jan 18, 2013
8b19982
Fix broken link in CONTRIBUTING.md, close gh-1132.
tricknotes Jan 14, 2013
df47eb7
Fix requirements and dependencies in README, close gh-1131.
tricknotes Jan 14, 2013
b83081b
Never use the XML as parsed by the XHR instance. Use raw text instead…
jaubourg Jan 21, 2013
3015ee0
Treat elements as hidden when either offsetWidth OR offsetHeight is 0…
timmywil Jan 21, 2013
bb1d148
Fix failing tests, add support for empty spans in Opera. Supplements …
timmywil Jan 21, 2013
21af3a9
Ignore file inputs when serializing forms. File input serialization i…
timmywil Jan 23, 2013
eb47553
Don't try and convert data for 204 No Content responses. Fixes #13292…
byroot Jan 24, 2013
ec9b38a
Fix #13315: compare typeof node.method to var instead of literal "und…
gibson042 Jan 24, 2013
079ee50
Fix #13281: update Sizzle
gibson042 Jan 25, 2013
ac93559
Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-…
gibson042 Jan 23, 2013
a3055f3
Fix #13316. Use minified version in unit testing.
dmethvin Jan 26, 2013
74aa3eb
Fix build until next grunt rc, disable compare_size.
dmethvin Jan 26, 2013
3f9f2b1
Fix #12846. Restore overflow when animation is stopped.
dmethvin Jan 27, 2013
24e7624
Fix #12656. Make event shorthands excludable.
dmethvin Jan 27, 2013
5be99ec
Fix #13150, .has() w/o args checks for any callbacks. Close gh-1111.
adamcoulombe Jan 3, 2013
c4dd702
Update author list.
dmethvin Jan 27, 2013
1bbe2b1
Fix #13349. No need to sort simple .find() cases.
dmethvin Jan 30, 2013
1e1ea2c
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens…
timmywil Jan 31, 2013
2a70774
Minor updates. All parameters of an internal function are for interna…
timmywil Jan 31, 2013
dc931af
Again, magic fixing for previous commit.
timmywil Jan 31, 2013
e392e55
Change variables initialization sequence for some declarations
markelog Jan 25, 2013
d79bf35
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
markelog Jan 29, 2013
f005af5
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
andrewplummer Jan 31, 2013
1923da8
Adding @andrewplummer to AUTHORS.txt
gnarf Jan 31, 2013
7adee6c
Fix #13335. Remove "use strict".
dmethvin Feb 1, 2013
fbce702
Ref #12846 and 3b6d8941d8. Fix unit test for IE6.
dmethvin Feb 3, 2013
59dd3d9
Upgrade QUnit: Welcome to the present!
gibson042 Feb 3, 2013
219a193
Fix #13089. Only apply zoom to IE6/7 body.
dmethvin Feb 3, 2013
8226666
Fix #13310. Get the right display value for disconnected nodes. Close…
markelog Feb 1, 2013
f3c776d
Fix #13356. Clean up after load/ready handlers. Close gh-1152.
markelog Jan 22, 2013
28d9463
Tagging the 1.9.1 release.
dmethvin Feb 5, 2013
ef49a68
Updating the source version to 1.9.2pre
dmethvin Feb 5, 2013
3895e3a
2013!
dmethvin Feb 5, 2013
a8518c3
Update Sizzle: detached node sorting in Webkit. Fixes #13331.
timmywil Feb 1, 2013
67a2e4e
Ref #13316: Sync all test documents on full vs. minified source.
gibson042 Feb 8, 2013
03ab9b9
Fix #13401: replaceWith(""). Close gh-1163.
markraddatz Feb 7, 2013
c0c38ad
Minor refactor of response conversion and when/where responseXXX fiel…
jaubourg Feb 8, 2013
4fb9768
Makes the code a little more readable while saving 1 byte. Per @gibso…
jaubourg Feb 8, 2013
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No ticket: sync with master @ b75b9ef
  • Loading branch information
gibson042 committed Jan 14, 2013
commit a7683d866c87796b1885ea46ec0f7db2e1ef426d
5 changes: 2 additions & 3 deletions src/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ jQuery.event = {
new jQuery.Event( type, typeof event === "object" && event );

event.isTrigger = true;
event.type = type;
event.namespace = namespaces.join(".");
event.namespace_re = event.namespace ?
new RegExp( "(^|\\.)" + namespaces.join("\\.(?:.*\\.|)") + "(\\.|$)" ) :
Expand Down Expand Up @@ -467,8 +466,8 @@ jQuery.event = {
event.target = originalEvent.srcElement || document;
}

// Support: Safari
// Target should not be a text node (#504)
// Support: Chrome 23+, Safari?
// Target should not be a text node (#504, #13143)
if ( event.target.nodeType === 3 ) {
event.target = event.target.parentNode;
}
Expand Down