aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Serialize: Treat literal and function-returned null/undefined the sameJoe Trumbull2016-04-051-1/+4
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-0/+19
* Tests: do not run IE9 effect tests if inside testswarmOleg Gaidarenko2016-04-042-24/+34
* Core: Simplify isPlainObjectRichard Gibson2016-04-041-5/+6
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-0/+9
* Core: implement ready without DeferredTimmy Willison2016-04-041-11/+67
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-305-8/+8
* Docs:Tests: Remove legacy code & add support comments where neededMichał Gołębiowski2016-03-305-55/+37
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-6/+76
* Core: Restore 1.x isPlainObject constructor checksRichard Gibson2016-03-141-1/+10
* Tests: add additional test for jQuery.isPlainObjectOleg Gaidarenko2016-03-121-1/+11
* Tests: Restrict "p > * > *" selection in selector.js to #qunit-fixtureAlexander Lisianoi2016-03-092-9/+33
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-088-126/+44
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-2/+14
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-025-95/+76
* Dimensions: Add tests for negative borders & paddingsVitaliy Terziev2016-02-241-6/+32
* Tests: limit selection to #qunit-fixture in attributes.jsAlexander Lisianoi2016-02-221-5/+6
* Tests: fix typosWilliam Robinet2016-02-172-3/+3
* Tests: use `jQuery` variable instead of `$`Oleg Gaidarenko2016-02-131-1/+1
* Tests: test element position outside viewOleg Gaidarenko2016-02-112-0/+42
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-101-4/+1
* Tests: account for new offset testsOleg Gaidarenko2016-02-091-1/+1
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-12/+2
* Tests: fix another traverse testOleg Gaidarenko2016-01-311-1/+5
* Tests:Build: update qunit and fix incorrect testOleg Gaidarenko2016-01-291-2/+25
* Selector: add jQuery.escapeSelectorTimmy Willison2016-01-281-0/+6
* CSS: Add test for gh-2867Timmy Willison2016-01-271-0/+10
* Build: Update npm deps, fix Sinon npmcopy configMichał Gołębiowski2016-01-271-1/+1
* Build: enable JSCS for test/unit/support.js, fix styling issuesMichał Gołębiowski2016-01-271-3/+5
* Tests: Set Edge's expected support for clearCloneStyle to trueZack Hall2016-01-271-2/+3
* Tests: Fix manipulation tests in Android 4.4Michał Gołębiowski2016-01-271-0/+12
* Core: Update isNumeric tests for pre-ES2015 safetyRichard Gibson2016-01-241-24/+20
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-2/+23
* Tests: Fix Deferred tests in Android 5.0's stock Chrome browser & Yandex.BrowserMichał Gołębiowski2016-01-201-2/+36
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+22
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+31
* Docs: remove compat referencesTimmy Willison2016-01-141-1/+1
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-133-107/+343
* Traversing: Never let .closest() match positional selectorsRichard Gibson2016-01-131-4/+17
* Traversing: .not/.filter consistency with non-elementsMartijn W. van der Lee2016-01-131-0/+11
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-133-4/+4
* Tests: fixed grammar in commentHenry Wong2016-01-131-1/+1
* Docs: Fix various spelling errorsJosh Soref2016-01-134-6/+6
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-131-0/+59
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-131-20/+4
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-071-0/+67
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-4/+13
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-1/+24
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-1/+12
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-301-4/+18