index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Dave Methvin
2011-04-10
26
-728
/
+1492
|
\
|
*
Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmyw...
jeresig
2011-04-10
1
-3
/
+20
|
|
\
|
|
*
Separate raf function definition from passing it to requestAnimationFrame
timmywil
2011-04-10
2
-3
/
+5
|
|
*
Per rwaldron's request, added oRequestAnimationFrame as a possibility
timmywil
2011-04-05
1
-1
/
+3
|
|
*
Some adjustments and style edits on lrbabe's pull for requestAnimationFrame
timmywil
2011-04-04
2
-17
/
+13
|
|
*
shorten requestAnimationFrame test
louisremi
2011-04-04
1
-6
/
+6
|
|
*
first tick should not occur immediatly; no tick should happen after a stop()
louisremi
2011-04-04
1
-8
/
+7
|
|
*
reduce impact of requestAnimationFrame on incompatible browsers by minimizing...
louisremi
2011-04-04
1
-5
/
+11
|
|
*
there was no way to 'manually' stop an animation
louisremi
2011-04-04
1
-1
/
+1
|
|
*
timerId has to be set to true, to avoid starting multiple animation queues
louisremi
2011-04-04
1
-3
/
+3
|
|
*
'this' is the window
louisremi
2011-04-04
1
-1
/
+1
|
|
*
omitting 'window.' was causing undefined errors
louisremi
2011-04-04
1
-2
/
+2
|
|
*
use requestAnimationFrame instead of setInterval for animations, when available.
louisremi
2011-04-04
2
-1
/
+13
|
*
|
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery
jeresig
2011-04-10
3
-20
/
+3
|
|
\
\
|
|
*
|
Added back support.js test for getSetAttribute and removed some duplicate cod...
timmywil
2011-04-10
2
-16
/
+3
|
|
*
|
Merge branch 'master' into attrhooks.1.6v2
timmywil
2011-04-10
23
-536
/
+1040
|
|
|
\
\
|
|
*
|
|
Had some stale code in test/unit/attributes.js
timmywil
2011-04-10
1
-4
/
+0
|
*
|
|
|
Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into...
jeresig
2011-04-10
1
-74
/
+102
|
|
\
\
\
\
|
|
*
|
|
|
Performance testing: localize val to each block and only set val to value whe...
timmywil
2011-04-05
1
-5
/
+6
|
|
*
|
|
|
Remove the unused radiocheck regex
timmywil
2011-04-04
1
-2
/
+1
|
|
*
|
|
|
A more modest valHooks proposal
timmywil
2011-04-02
1
-73
/
+101
|
*
|
|
|
|
Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...
jeresig
2011-04-10
4
-39
/
+83
|
|
\
\
\
\
\
|
|
*
|
|
|
|
added: Backcompatibility with old proxy syntax.
Gianni Chiappetta
2011-01-21
2
-1
/
+11
|
|
*
|
|
|
|
Merge branch 'master' into proxy-native-bind
Gianni Chiappetta
2011-01-21
56
-2996
/
+6683
|
|
|
\
\
\
\
\
|
|
*
|
|
|
|
|
Noted which browsers don't support Function#bind.
Gianni Chiappetta
2010-12-18
1
-1
/
+1
|
|
*
|
|
|
|
|
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
3
-39
/
+65
|
*
|
|
|
|
|
|
Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...
jeresig
2011-04-10
2
-1
/
+5
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
Fixes #7369 - Using an attribute selector for a non-existent attribute raised...
timmywil
2011-03-30
2
-2
/
+6
|
*
|
|
|
|
|
|
|
Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...
jeresig
2011-04-10
2
-16
/
+31
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
Add missing var declaration for
Dan Heberden
2011-04-05
1
-1
/
+1
|
|
*
|
|
|
|
|
|
|
Improve speed of $.map with object support (-5% previous speed) and improve ....
Dan Heberden
2011-04-04
4
-10
/
+9
|
|
*
|
|
|
|
|
|
|
Clean up tab spacing
Dan Heberden
2011-03-21
1
-4
/
+4
|
|
*
|
|
|
|
|
|
|
jQuery.map to iterate over objects with a .length property
Dan Heberden
2011-03-21
2
-25
/
+27
|
|
*
|
|
|
|
|
|
|
jQuery.map to conform with style guidelines - improved size/DRY code
Dan Heberden
2011-03-21
1
-15
/
+17
|
|
*
|
|
|
|
|
|
|
Fixes 2616; Pull in #252 by jboesch: jQuery.map with object support
Dan Heberden
2011-03-21
1
-0
/
+0
|
|
*
|
|
|
|
|
|
|
Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6
Dan Heberden
2011-03-21
2
-15
/
+27
|
|
|
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
Bug 2616; Adding object support to jQuery.map
Jordan Boesch
2011-02-27
2
-15
/
+27
|
*
|
|
|
|
|
|
|
|
|
Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...
jeresig
2011-04-10
3
-14
/
+75
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
Remove test for bug #7369 to move the fix to a separate branch for a sooner pull
timmywil
2011-03-30
2
-5
/
+2
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closest
timmywil
2011-03-30
12
-34
/
+187
|
|
|
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
|
Bug #7369: Check non-existent attribute as well to be sure
timmywil
2011-03-25
1
-1
/
+2
|
|
*
|
|
|
|
|
|
|
|
|
|
Bug #7369: Add test for disconnected node in closest when passing attribute s...
timmywil
2011-03-25
1
-1
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
|
Closest unit tests: add one for passing a jQuery collection with multiple ele...
timmywil
2011-03-23
1
-2
/
+4
|
|
*
|
|
|
|
|
|
|
|
|
|
Add node and jQuery object support to $.fn.closest
timmywil
2011-03-21
2
-8
/
+26
|
|
*
|
|
|
|
|
|
|
|
|
|
Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closest
timmywil
2011-03-16
9
-39
/
+40
|
|
|
\
\
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
|
|
|
Organizing vars
timmywil
2011-03-16
1
-4
/
+3
|
|
*
|
|
|
|
|
|
|
|
|
|
|
2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...
timmywil
2011-03-16
3
-11
/
+39
[next]