| Commit message (Expand) | Author | Age | Files | Lines |
* | Check for #8984 wasn't strong enough, enhanced. | John Resig | 2011-05-02 | 1 | -1/+1 |
* | Make sure that empty nodelists continue to map properly. Fixes #8993. | John Resig | 2011-05-02 | 1 | -1/+1 |
* | Change check for skipping the initial quickExpr RegExp check. Fixes #8984. | John Resig | 2011-05-02 | 1 | -2/+3 |
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and... | timmywil | 2011-04-21 | 1 | -1/+1 |
* | Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API.... | John Resig | 2011-04-17 | 1 | -31/+9 |
* | Merge branch 'master' of https://github.com/jclain/jquery into jclain-master | John Resig | 2011-04-12 | 1 | -2/+4 |
|\ |
|
| * | fix to follow current source style | Jephte CLAIN | 2010-11-22 | 1 | -1/+3 |
| * | Return control of $ and jQuery only if it is really necessary. This make | Jephte CLAIN | 2010-10-19 | 1 | -2/+2 |
* | | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil... | John Resig | 2011-04-12 | 1 | -18/+18 |
|\ \ |
|
| * | | Changed $.sub internals to match sub naming, added some more spacing in some ... | Timmy Willison | 2011-02-06 | 1 | -18/+18 |
* | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug... | jeresig | 2011-04-12 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | Bug 4366; removing extra space | Jordan Boesch | 2011-03-30 | 1 | -1/+1 |
| * | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE | Jordan Boesch | 2011-03-30 | 1 | -2/+5 |
* | | | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr... | jeresig | 2011-04-10 | 1 | -19/+40 |
|\ \ \ \ |
|
| * | | | | added: Backcompatibility with old proxy syntax. | Gianni Chiappetta | 2011-01-21 | 1 | -0/+6 |
| * | | | | Merge branch 'master' into proxy-native-bind | Gianni Chiappetta | 2011-01-21 | 1 | -79/+266 |
| |\ \ \ \ |
|
| * | | | | | Perf. improvement based on fearphage's suggestion (direct vs call vs apply). | Gianni Chiappetta | 2010-12-18 | 1 | -1/+5 |
| * | | | | | Add a quick test to $.support for native bind. | Gianni Chiappetta | 2010-12-15 | 1 | -1/+1 |
| * | | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783) | Gianni Chiappetta | 2010-12-14 | 1 | -19/+30 |
* | | | | | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d... | jeresig | 2011-04-10 | 1 | -6/+21 |
|\ \ \ \ \ \ |
|
| * | | | | | | 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 | 1 | -8/+7 |
| * | | | | | | 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 | 1 | -20/+20 |
| * | | | | | | jQuery.map to conform with style guidelines - improved size/DRY code | Dan Heberden | 2011-03-21 | 1 | -15/+17 |
| * | | | | | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6 | Dan Heberden | 2011-03-21 | 1 | -8/+22 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | * | | | | | Bug 2616; Adding object support to jQuery.map | Jordan Boesch | 2011-02-27 | 1 | -8/+22 |
* | | | | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t... | jeresig | 2011-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te... | timmywil | 2011-03-16 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'attrhooks.1.6' | jeresig | 2011-04-10 | 1 | -1/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -1/+1 |
| |/ / / / / / |
|
* | | | | | | | Fixes #8814. Clean up inArray. | Rick Waldron | 2011-04-10 | 1 | -8/+4 |
* | | | | | | | Merge branch 'master' of github.com:jquery/jquery | Dave Methvin | 2011-04-07 | 1 | -17/+10 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ... | jaubourg | 2011-04-07 | 1 | -17/+10 |
* | | | | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ... | Dave Methvin | 2011-04-07 | 1 | -7/+11 |
|/ / / / / / / |
|
* | | | | | | | Skip id regex check when large html strings are passed to the jQuery construc... | carpie | 2011-04-05 | 1 | -1/+6 |
* | | | | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321 | Dave Methvin | 2011-04-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | 4321 jQuery('#') returns empty jquery object | rwldrn | 2011-01-01 | 1 | -1/+0 |
| * | | | | | | | 4321 returns empty jquery object | rwldrn | 2011-01-01 | 1 | -1/+2 |
* | | | | | | | | Remove extra else in parseJSON | Dan Heberden | 2011-04-05 | 1 | -2/+1 |
* | | | | | | | | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us... | Dan Heberden | 2011-04-05 | 1 | -8/+10 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | Moves Deferred-related code into a separate module. Context handling has been... | jaubourg | 2011-03-03 | 1 | -172/+2 |
* | | | | | | | Fix for #8421. Makes sure resolveWith can be called with only one parameter. | jaubourg | 2011-03-03 | 1 | -0/+2 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally bl... | jaubourg | 2011-02-24 | 1 | -6/+0 |
* | | | | | | Refactors jQuery.when to avoid unnecessary recursion and limit function calls... | jaubourg | 2011-02-23 | 1 | -18/+28 |
* | | | | | | Fixes #8353. Adds a catch block in resolveWith so that the finally block gets... | jaubourg | 2011-02-23 | 1 | -0/+6 |
* | | | | | | Makes the promise method of Deferreds a bit more readable by not using the va... | jaubourg | 2011-02-22 | 1 | -2/+2 |
* | | | | | | Revert "Adds an invert method to promises that returns a "inverted" promise t... | jaubourg | 2011-02-18 | 1 | -34/+8 |
* | | | | | | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -1/+1 |
* | | | | | | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-... | jeresig | 2011-02-14 | 1 | -1/+1 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|