index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Sizzle: minor windows 8 issue
Timmy Willison
2013-03-11
1
-0
/
+0
*
Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576d
Rick Waldron
2013-03-06
1
-8
/
+3
*
Fixes #13571. jQuery.isPlainObject 1.9.x compatibility
Rick Waldron
2013-03-06
1
-3
/
+8
*
Fixes #13551. Guard against illegal data access by undefined elem-owner
Rick Waldron
2013-03-03
1
-4
/
+7
*
Simplify data-* attr lookup with camelKey
Rick Waldron
2013-03-02
1
-4
/
+3
*
Fixes #13550. .data should not miss attr() set data-* with hyphenated propert...
Michał Gołębiowski
2013-03-02
1
-3
/
+4
*
Remove dup camelKey path
Rick Waldron
2013-03-01
1
-8
/
+0
*
Fixes #13548. .data should not miss attr() set data-* with hyphenated propert...
Rick Waldron
2013-03-01
1
-0
/
+8
*
Remove the define.amd.jQuery check, ref gh-1150.
jrburke
2013-02-28
1
-13
/
+8
*
Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger.
Richard Gibson
2013-02-28
1
-1
/
+2
*
Squeeze support module. Close gh-1165.
Oleg
2013-02-28
1
-32
/
+22
*
Fixes #11151, #13388. Minor refactor of response conversion and when/where
jaubourg
2013-02-28
1
-41
/
+44
*
Add warnings and ignore the built Sizzle file.
Dave Methvin
2013-02-27
1
-0
/
+25
*
Fix #13434: native-API selector module
Richard Gibson
2013-02-27
1
-0
/
+125
*
Properly resets firingLength when emptying the list. Fixes #13517
jaubourg
2013-02-27
1
-0
/
+1
*
No ticket: Squeeze data
Richard Gibson
2013-02-26
1
-47
/
+35
*
Ref #13283, move .andSelf() to deprecated.js. Close gh-1170.
Nguyen Phuc Lam
2013-02-26
2
-2
/
+2
*
Fix #13494: Fallback defineProperties to jQuery.extend. Close gh-1182.
Richard Gibson
2013-02-26
1
-36
/
+28
*
Whitespace.
Scott González
2013-02-26
1
-1
/
+2
*
Fix #13471. $().on(".xyz"...) should avoid later crash.
Dave Methvin
2013-02-26
1
-0
/
+5
*
Optimisation: Use String instead of window.String. Close gh-1176.
Timo Tijhof
2013-02-26
1
-1
/
+1
*
No ticket: move jQuery.expando to core
Richard Gibson
2013-02-25
2
-4
/
+3
*
No ticket: reduce support.js
Richard Gibson
2013-02-25
1
-19
/
+17
*
Fix #13505: Yet another detached add patch
Richard Gibson
2013-02-24
1
-0
/
+0
*
No ticket: Restore support for Android<4.0
Richard Gibson
2013-02-23
1
-0
/
+0
*
Fix #13499: selector with leading ID matching only a name
Richard Gibson
2013-02-22
1
-0
/
+0
*
No ticket: Reduce size in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
2
-3
/
+4
*
Fixes typos in core.js and css.js. Closes gh-1175
Pascal Borreli
2013-02-21
2
-2
/
+2
*
Adds module to jshintrc
Rick Waldron
2013-02-21
1
-1
/
+2
*
Support node-like module loaders. Closes gh-1103
isaacs
2013-02-20
2
-17
/
+25
*
No ticket: Update Sizzle
Richard Gibson
2013-02-17
1
-0
/
+0
*
Refactor: Data.prototype.access. Thanks to @RubyLouvre and @gibson042. Closes...
Rick Waldron
2013-02-13
1
-16
/
+25
*
Fix #13265 #13332: traversing methods with text nodes. Close gh-1145.
Richard Gibson
2013-02-13
1
-24
/
+35
*
Optimized Data rewrite
Rick Waldron
2013-02-11
1
-60
/
+92
*
Fix #13401: replaceWith(""). Close gh-1163.
Mark Raddatz
2013-02-08
1
-9
/
+11
*
Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.
Richard Gibson
2013-02-07
1
-1
/
+1
*
Fix #13310. Get the right display value for disconnected nodes. Close gh-1156.
Oleg
2013-02-04
1
-4
/
+13
*
Ref fd43865c: restore correct logic
Richard Gibson
2013-02-04
1
-1
/
+1
*
Match the codebase standard, .split(" ") => .match( core_rnotwhite ) || []…...
Rick Waldron
2013-02-03
1
-2
/
+3
*
Standardize on a.indexOf(b) === -1, per @gibson042 review notes
Rick Waldron
2013-02-03
1
-1
/
+1
*
Reduce hasData per @gibson042 review notes.
Rick Waldron
2013-02-03
1
-4
/
+1
*
Reduce Data.prototype.add by using the returned length value of this.owners.p...
Rick Waldron
2013-02-03
1
-2
/
+1
*
2.0: Rewrite data.js (Incl. event, manipulation, tests)
Rick Waldron
2013-02-03
3
-256
/
+247
*
Update Sizzle: detached node sorting in Webkit. Fixes #13331.
Timmy Willison
2013-02-01
1
-0
/
+0
*
Fix #13335. Remove "use strict".
Dave Methvin
2013-02-01
2
-2
/
+6
*
event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153
Andrew Plummer
2013-01-31
1
-2
/
+2
*
Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132,...
Timmy Willison
2013-01-30
1
-1
/
+1
*
Minor updates. All parameters of an internal function are for internal use only.
Timmy Willison
2013-01-30
1
-12
/
+12
*
Fix #13349. No need to sort simple .find() cases.
Dave Methvin
2013-01-29
1
-1
/
+1
*
Fix comment about Safari shortfalls.
Dave Methvin
2013-01-29
1
-1
/
+1
[next]