index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
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
*
Perf. improvement based on fearphage's suggestion (direct vs call vs apply).
Gianni Chiappetta
2010-12-18
1
-1
/
+5
*
Added list of browsers that currently support Function#bind.
Gianni Chiappetta
2010-12-16
1
-1
/
+2
*
Add a quick test to $.support for native bind.
Gianni Chiappetta
2010-12-15
2
-1
/
+4
*
Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)
Gianni Chiappetta
2010-12-14
2
-36
/
+57
*
More specific version numbers.
Colin Snover
2010-12-12
1
-2
/
+2
*
Speed up & compatibility improvements for new clone mechanism in IE.
Colin Snover
2010-12-12
1
-20
/
+52
*
Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.
Colin Snover
2010-12-12
1
-43
/
+46
|
\
|
*
Fix the clone method to be a little less insane in IE, which fixes the new ev...
Colin Snover
2010-12-12
1
-25
/
+31
*
|
Removed bind/unbind from xhr emulation: success/error/complete are deferred n...
jaubourg
2010-12-11
1
-17
/
+0
*
|
More variable renaming to avoid conflicts when module closures are removed.
jaubourg
2010-12-11
2
-5
/
+5
*
|
Renamed variables to avoid conflicts when Makefile removes internal closures.
jaubourg
2010-12-10
2
-9
/
+7
*
|
Fix the closure in ajax.js too.
jaubourg
2010-12-10
1
-1
/
+1
*
|
Fixed function closures so that Makefile can do its magic.
jaubourg
2010-12-10
4
-6
/
+8
*
|
Removed non-standard (and not that useful) xhr emulation methods & reworked t...
jaubourg
2010-12-10
1
-17
/
+2
*
|
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...
jaubourg
2010-12-09
5
-448
/
+1427
*
|
Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize t...
jeresig
2010-12-09
1
-16
/
+16
*
|
Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing jQuery.para...
jeresig
2010-12-09
1
-6
/
+0
*
|
Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into a...
jeresig
2010-12-09
1
-0
/
+1
|
\
\
|
*
|
Add a comment explaining that jQuery.map flattens arrays
adam j. sontag
2010-11-27
1
-0
/
+1
*
|
|
Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566
jeresig
2010-12-09
1
-16
/
+16
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cl...
Colin Snover
2010-12-06
1
-1
/
+1
|
*
|
Clean up empty lines with whitespace in manipulation.js
Colin Snover
2010-12-06
1
-15
/
+15
*
|
|
Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into jitte...
jeresig
2010-12-09
1
-2
/
+2
|
\
\
\
|
*
|
|
Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.
Anton M
2010-12-07
1
-2
/
+2
*
|
|
|
Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnum
jeresig
2010-12-09
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Precising the unit part of rfxnum regex
louisremi
2010-12-09
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413
jeresig
2010-12-09
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fixes #7413; isEmptyObject() check to see if obj passes isPlainObject
rwldrn
2010-11-09
1
-0
/
+6
*
|
|
|
Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524
John Resig
2010-12-06
1
-7
/
+9
|
\
\
\
\
|
*
|
|
|
Only try to get data attributes for a jQuery-wrapped object if it is actually...
Colin Snover
2010-12-03
1
-7
/
+9
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242
John Resig
2010-12-06
1
-6
/
+13
|
\
\
\
\
|
*
|
|
|
Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b...
Colin Snover
2010-12-03
1
-6
/
+13
|
|
/
/
/
*
|
|
|
Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531
John Resig
2010-12-06
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Optimize for size instead of speed.
Colin Snover
2010-11-17
1
-1
/
+1
|
*
|
|
|
Coerce s.url to string before calling replace, since replace is also a method...
Colin Snover
2010-11-17
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398
John Resig
2010-12-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Make sure custom events named "submit" can be bound to non DOM elements in IE...
Anton M
2010-11-21
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386
John Resig
2010-12-06
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
Make sure IE clones body elements correctly. Fixes 4386.
Anton M
2010-11-21
1
-1
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 't7578' of https://github.com/jitter/jquery into jitter-t7578
John Resig
2010-12-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Set cache to false as default for script or json requests. Fixes 7578.
Anton M
2010-11-19
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 't5476' of https://github.com/jitter/jquery into jitter-t5476
John Resig
2010-12-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Improve performance of get() for negative indices. Fixes #5476.
Anton M
2010-11-19
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge branch 'restrictAttr' of https://github.com/jitter/jquery into jitter-r...
John Resig
2010-12-06
1
-64
/
+71
|
\
\
\
\
|
*
|
|
|
Make sure attr() works on non DOM element nodes. Fixes #7202, #7451, #7500.
Anton M
2010-11-13
1
-1
/
+6
|
*
|
|
|
Partially revert commit a64dc0405064d68c7b7cd0f0fc8ea60086cbcd21.
Anton M
2010-11-10
1
-64
/
+66
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 't7673' of https://github.com/jitter/jquery into jitter-t7673
John Resig
2010-12-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Handle carriage return characters in className property. Fixes #7673.
Anton M
2010-12-01
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
/
|
|
Fix for #6911 - prevent disabled elements in liveHandler
danheberden
2010-11-21
1
-2
/
+2
|
/
/
/
*
|
|
Backing out commit 795e880bba1f7f949df58748f7fd92e50296a8f4 - errors popping ...
jeresig
2010-11-09
1
-4
/
+4
[next]