aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-3/+2
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-3/+3
* No ticket: Update style per gh-1418 commentsRichard Gibson2013-11-041-8/+6
* Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418.Richard Gibson2013-11-041-76/+54
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-1/+1
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-14/+7
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-7/+14
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-1/+1
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-2/+5
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-6/+8
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-2/+8
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-156-102/+99
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-2/+5
* No ticket: Compress core and data modulesRichard Gibson2013-09-282-42/+42
* No ticket. Get rid of comma expression in curCSS.Michał Gołębiowski2013-09-241-1/+1
* No ticket: Fix XHTML regression. Close gh-1376.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-2/+8
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-21/+11
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-121-1/+1
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-4/+7
* Fix failing support test in IE6/7Timmy Willison2013-09-111-1/+1
* Fix more support tests (support.input should only be false in IE8 and checkCl...Timmy Willison2013-09-112-12/+6
* Set the input type for firefox. Fix a support test.Timmy Willison2013-09-112-5/+5
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-16/+13
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-1/+4
* Fix contextTimmy Willison2013-09-111-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-7/+6
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
* Remove unnecessary file from master cherry-pickTimmy Willison2013-09-101-5/+0
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-106-129/+161
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-112-54/+51
* 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/+8
* Match ordering in ajax with master. -3 bytes.Timmy Willison2013-09-091-155/+155
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-0919-287/+319
* Apply consistent ordering in all modules. -219 bytes. Order modules like func...Timmy Willison2013-09-097-699/+700
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-098-165/+177
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-0913-122/+153
* Reorder css.js logicallyTimmy Willison2013-09-091-219/+219
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-092-16/+14
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-0814-3/+23
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-087-124/+146
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0621-32/+34
* No ticket. Optimize top/left hooks: move the position check up, don't re-chec...Michał Gołębiowski2013-09-061-10/+8
* Remove test element in css/supportTimmy Willison2013-09-061-0/+2
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-0623-356/+676
* Ref #14313: Optimize 1.x jQuery.merge for size.Amey Sakhadeo2013-09-031-8/+10