aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* No ticket: Compress core and data modulesRichard Gibson2013-09-282-48/+48
* No ticket: Fix XHTML regression. Close gh-1375.Anthony Ryan2013-09-231-1/+1
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
* Fix #14290. Don't throw if text node is appended to table. Close gh-1371.Dave Methvin2013-09-191-1/+1
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh...Dave Methvin2013-09-191-3/+4
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-21/+11
* Correct code style in comment lineOleg2013-09-131-1/+1
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-1315-31/+32
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-3/+6
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-122-2/+2
* Flip the switch on checkOnTimmy Willison2013-09-111-1/+1
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-14/+11
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-2/+4
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-8/+7
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-113-40/+52
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-106-85/+111
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+1
* Ensure display: inline-block when animating width/height on inline elements. ...Timmy Willison2013-09-101-3/+10
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-0918-213/+250
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-099-838/+837
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-098-131/+143
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-0913-122/+149
* Reorder css.js logicallyTimmy Willison2013-09-091-177/+177
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-092-16/+14
* Fix loading tests with AMD (new support module needed core)Timmy Willison2013-09-091-1/+2
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-0814-2/+24
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-087-58/+82
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-074-5/+5
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0621-25/+26
* No ticket. Optimize the marginRight hook: run the support test once only.Michał Gołębiowski2013-09-061-7/+14
* With all of the ready calls removed internally, ready was never kicked off. A...Timmy Willison2013-09-061-0/+3
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-0618-184/+246
* Fix #14084: attach the test div to documentElement, not body.Michał Gołębiowski2013-09-051-47/+37
* Ref #14313: Further code and test improvementsRichard Gibson2013-09-031-7/+5
* Fix #14313: Optimize jQuery.merge for size. Close gh-1344.Amey Sakhadeo2013-08-301-6/+2
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-292-3/+7
* Fix for custom attr handles duck-punching the boolean attr handleTimmy Willison2013-08-281-18/+15
* Remove trailing comma in define array. Close gh-1336.Guy Bedford2013-08-201-2/+2
* No ticket. Add a support note about defaultPrevented missing in Android < 4.0Michał Gołębiowski2013-08-191-1/+4
* Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311.Chris Price2013-08-191-1/+1
* Fix #14164: assign className in addClass/removeClass only if changed. Close g...Jeremy Dunck2013-08-191-4/+13
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-162-2/+9
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-159-11/+20
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-1563-1180/+1598
* Removed an unneeded variable. Closes gh-1321.terrycojones2013-08-081-3/+2
* No need to remove if they ain't nuthin tharTimmy Willison2013-07-241-1/+1
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. Cl...Michał Gołębiowski2013-07-111-1/+0