aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-19/+40
|\
| * added: Backcompatibility with old proxy syntax.Gianni Chiappetta2011-01-211-0/+6
| * Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-211-79/+266
| |\
| * | Perf. improvement based on fearphage's suggestion (direct vs call vs apply).Gianni Chiappetta2010-12-181-1/+5
| * | Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-151-1/+1
| * | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-19/+30
* | | Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into d...jeresig2011-04-101-6/+21
|\ \ \
| * | | 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-041-8/+7
| * | | Clean up tab spacingDan Heberden2011-03-211-4/+4
| * | | jQuery.map to iterate over objects with a .length propertyDan Heberden2011-03-211-20/+20
| * | | jQuery.map to conform with style guidelines - improved size/DRY codeDan Heberden2011-03-211-15/+17
| * | | Merge branch 'bug_2616' of https://github.com/jboesch/jquery into map-object.1.6Dan Heberden2011-03-211-8/+22
| |\ \ \
| | * | | Bug 2616; Adding object support to jQuery.mapJordan Boesch2011-02-271-8/+22
* | | | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t...jeresig2011-04-101-1/+1
|\ \ \ \ \
| * | | | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te...timmywil2011-03-161-1/+1
| |/ / / /
* | | | | Merge branch 'attrhooks.1.6'jeresig2011-04-101-1/+0
|\ \ \ \ \
| * | | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
| |/ / / /
* | | | | Fixes #8814. Clean up inArray.Rick Waldron2011-04-101-8/+4
* | | | | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2011-04-071-17/+10
|\ \ \ \ \
| * | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...jaubourg2011-04-071-17/+10
* | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ...Dave Methvin2011-04-071-7/+11
|/ / / / /
* | | | | Skip id regex check when large html strings are passed to the jQuery construc...carpie2011-04-051-1/+6
* | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-051-1/+1
|\ \ \ \ \
| * | | | | 4321 jQuery('#') returns empty jquery objectrwldrn2011-01-011-1/+0
| * | | | | 4321 returns empty jquery objectrwldrn2011-01-011-1/+2
* | | | | | Remove extra else in parseJSONDan Heberden2011-04-051-2/+1
* | | | | | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us...Dan Heberden2011-04-051-8/+10
| |/ / / / |/| | | |
* | | | | Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-172/+2
* | | | | Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-0/+2
| |/ / / |/| | |
* | | | Revert "Fixes #8353. Adds a catch block in resolveWith so that the finally bl...jaubourg2011-02-241-6/+0
* | | | Refactors jQuery.when to avoid unnecessary recursion and limit function calls...jaubourg2011-02-231-18/+28
* | | | Fixes #8353. Adds a catch block in resolveWith so that the finally block gets...jaubourg2011-02-231-0/+6
* | | | Makes the promise method of Deferreds a bit more readable by not using the va...jaubourg2011-02-221-2/+2
* | | | Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-34/+8
* | | | Fix some whitespace issues.Anton M2011-02-151-1/+1
* | | | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into SlexAxton-...jeresig2011-02-141-1/+1
|\ \ \ \
| * | | | Moved jQuery global leak to end of file so accidental gEBCN overrides in prot...Alex Sexton2011-01-231-1/+1
* | | | | Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...Mathias Bynens2011-02-021-4/+2
* | | | | Adds an invert method to promises that returns a "inverted" promise that is r...jaubourg2011-01-311-8/+34
* | | | | Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-1/+1
* | | | | Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-1/+3
* | | | | Remove unneeded and confusing variable definition for better readability.gnarf2011-01-271-3/+2
* | | | | #8044 Removes unnec. rnonword varRick Waldron2011-01-251-3/+0
|/ / / /
* | | | Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies t...jaubourg2011-01-231-46/+26
* | | | Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013pjeresig2011-01-211-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Cleaned up; fixes per reviewrwldrn2011-01-201-1/+1
* | | | Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-201-7/+7
|\ \ \ \
| * \ \ \ Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-01-201-62/+16
| |\ \ \ \
| * | | | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-201-7/+7
| | |/ / / | |/| | |