aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
* Landing pull request 331. Add support for registering jQuery as an AMD module...jrburke2011-09-191-0/+14
|\
| * Add support for registering jQuery as an AMD module. Only does so if the AMD ...jrburke2011-04-161-0/+14
* | Add sparse array performance improvement for inArray. Thanks rwaldron, rkatic...timmywil2011-09-191-1/+2
* | Fix inArray for positive start indicestimmywil2011-09-191-1/+1
* | Allow second argument to be passed to array.indexOf. Fixes #9453.timmywil2011-09-191-10/+13
* | $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-3/+3
* | Revert "Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385"timmywil2011-08-261-3/+1
* | Merge pull request #445 from rwldrn/9897Dave Methvin2011-08-251-4/+9
|\ \
| * | Wrap obj.constructor test in try/catch. Thanks to bkrausz. Fixes #9897Rick Waldron2011-07-251-4/+9
* | | Merge pull request #465 from anton-ryzhov/masterDave Methvin2011-08-251-0/+3
|\ \ \
| * | | Unit test for this caseAnton Ryzhov2011-08-171-2/+1
| * | | $.inArray doesn't crush IE6 and Chrome if second argument is `null` or `undef...Anton Ryzhov2011-08-171-0/+4
* | | | Prioritize #id over <tag> to avoid XSS via location.hash (#9521)Dave Methvin2011-08-231-2/+2
* | | | Landing pull request 463. Fixes #9572. Don't camelize the `-ms-` prefix becau...dmethvin2011-08-171-3/+4
|/ / /
* | | Improves support for arbitrary numbers in data keys. Fixes #9318Rick Waldron2011-08-051-2/+2
* | | Merge pull request #417 from rwldrn/9385Dave Methvin2011-08-041-1/+3
|\ \ \ | |/ / |/| |
| * | Begrudgingly adds chrome detection to jQuery.browser (1.7). Fixes #9385rwldrn2011-06-201-1/+3
* | | Fixes #9255: xml parsing error in $.parseXML is now properly detected for all...jaubourg2011-07-231-15/+14
|/ /
* | Landing pull request 378. Comment typo in core.js.Schalk Neethling2011-06-141-1/+1
* | Landing pull request 410. Moves jQuery attachment comment to outro.Greg Hazel2011-06-141-1/+0
* | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.rwldrn2011-05-251-0/+14
* | Check for #8984 wasn't strong enough, enhanced.John Resig2011-05-021-1/+1
* | Make sure that empty nodelists continue to map properly. Fixes #8993.John Resig2011-05-021-1/+1
* | Change check for skipping the initial quickExpr RegExp check. Fixes #8984.John Resig2011-05-021-2/+3
* | Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-1/+1
* | Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-31/+9
|/
* Merge branch 'master' of https://github.com/jclain/jquery into jclain-masterJohn Resig2011-04-121-2/+4
|\
| * fix to follow current source styleJephte CLAIN2010-11-221-1/+3
| * Return control of $ and jQuery only if it is really necessary. This makeJephte CLAIN2010-10-191-2/+2
* | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil...John Resig2011-04-121-18/+18
|\ \
| * | Changed $.sub internals to match sub naming, added some more spacing in some ...Timmy Willison2011-02-061-18/+18
* | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug...jeresig2011-04-121-2/+5
|\ \ \
| * | | Bug 4366; removing extra spaceJordan Boesch2011-03-301-1/+1
| * | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IEJordan Boesch2011-03-301-2/+5
* | | | 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
| |/ / / / / /