aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-1026-728/+1492
|\
| * Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmyw...jeresig2011-04-101-3/+20
| |\
| | * Separate raf function definition from passing it to requestAnimationFrametimmywil2011-04-102-3/+5
| | * Per rwaldron's request, added oRequestAnimationFrame as a possibilitytimmywil2011-04-051-1/+3
| | * Some adjustments and style edits on lrbabe's pull for requestAnimationFrametimmywil2011-04-042-17/+13
| | * shorten requestAnimationFrame testlouisremi2011-04-041-6/+6
| | * first tick should not occur immediatly; no tick should happen after a stop()louisremi2011-04-041-8/+7
| | * reduce impact of requestAnimationFrame on incompatible browsers by minimizing...louisremi2011-04-041-5/+11
| | * there was no way to 'manually' stop an animationlouisremi2011-04-041-1/+1
| | * timerId has to be set to true, to avoid starting multiple animation queueslouisremi2011-04-041-3/+3
| | * 'this' is the windowlouisremi2011-04-041-1/+1
| | * omitting 'window.' was causing undefined errorslouisremi2011-04-041-2/+2
| | * use requestAnimationFrame instead of setInterval for animations, when available.louisremi2011-04-042-1/+13
| * | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-103-20/+3
| |\ \
| | * | Added back support.js test for getSetAttribute and removed some duplicate cod...timmywil2011-04-102-16/+3
| | * | Merge branch 'master' into attrhooks.1.6v2timmywil2011-04-1023-536/+1040
| | |\ \
| | * | | Had some stale code in test/unit/attributes.jstimmywil2011-04-101-4/+0
| * | | | Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into...jeresig2011-04-101-74/+102
| |\ \ \ \
| | * | | | Performance testing: localize val to each block and only set val to value whe...timmywil2011-04-051-5/+6
| | * | | | Remove the unused radiocheck regextimmywil2011-04-041-2/+1
| | * | | | A more modest valHooks proposaltimmywil2011-04-021-73/+101
| * | | | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-104-39/+83
| |\ \ \ \ \
| | * | | | | added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-212-1/+11
| | * | | | | Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-2156-2996/+6683
| | |\ \ \ \ \
| | * | | | | | Noted which browsers don't support Function#bind.Gianni Chiappetta2010-12-181-1/+1
| | * | | | | | Perf. improvement based on fearphage's suggestion (direct vs call vs apply).Gianni Chiappetta2010-12-181-1/+5
| | * | | | | | Added list of browsers that currently support Function#bind.Gianni Chiappetta2010-12-161-1/+2
| | * | | | | | Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-152-1/+4
| | * | | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-143-39/+65
| * | | | | | | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b...jeresig2011-04-102-1/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Fixes #7369 - Using an attribute selector for a non-existent attribute raised...timmywil2011-03-302-2/+6
| * | | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...jeresig2011-04-102-16/+31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Add missing var declaration forDan Heberden2011-04-051-1/+1
| | * | | | | | | | Improve speed of $.map with object support (-5% previous speed) and improve ....Dan Heberden2011-04-044-10/+9
| | * | | | | | | | Clean up tab spacingDan Heberden2011-03-211-4/+4
| | * | | | | | | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-212-25/+27
| | * | | | | | | | jQuery.map to conform with style guidelines - improved size/DRY codeDan Heberden2011-03-211-15/+17
| | * | | | | | | | Fixes 2616; Pull in #252 by jboesch: jQuery.map with object supportDan Heberden2011-03-211-0/+0
| | * | | | | | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-212-15/+27
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Bug 2616; Adding object support to jQuery.mapJordan Boesch2011-02-272-15/+27
| * | | | | | | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-103-14/+75
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pulltimmywil2011-03-302-5/+2
| | * | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-3012-34/+187
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Bug #7369: Check non-existent attribute as well to be suretimmywil2011-03-251-1/+2
| | * | | | | | | | | | | Bug #7369: Add test for disconnected node in closest when passing attribute s...timmywil2011-03-251-1/+3
| | * | | | | | | | | | | Closest unit tests: add one for passing a jQuery collection with multiple ele...timmywil2011-03-231-2/+4
| | * | | | | | | | | | | Add node and jQuery object support to $.fn.closesttimmywil2011-03-212-8/+26
| | * | | | | | | | | | | Merge branch 'master' of git://github.com/jquery/jquery into 2773_find_closesttimmywil2011-03-169-39/+40
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Organizing varstimmywil2011-03-161-4/+3
| | * | | | | | | | | | | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-163-11/+39