aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Revert "CSS: Make show/hide/toggle methods a module"Oleg Gaidarenko2015-11-114-37/+22
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-11-111-11/+24
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-11-111-1/+51
* Revert "Revert "Offset: allow offset setter to throw for disconnected elements""Oleg Gaidarenko2015-11-111-8/+0
* Revert "Deferred: add .catch handler"Oleg Gaidarenko2015-11-111-36/+0
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-11-112-69/+16
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-11-111-2/+6
* Revert "Ajax: Mitigate possible XSS vulnerability"Oleg Gaidarenko2015-11-111-48/+0
* Revert "Ajax: don't expect cross-origin tests run in envs which not support it"Oleg Gaidarenko2015-11-111-20/+31
* Revert "Attributes: do not set properties to false when removing booleans"Oleg Gaidarenko2015-11-111-4/+2
* Revert "Attributes: remove flakey test for selected attribute"Oleg Gaidarenko2015-11-111-1/+3
* Revert "Ajax: Only form-encode requests with a body"Oleg Gaidarenko2015-11-112-58/+16
* Revert "Attributes: return empty array for select-multiple with no values"Oleg Gaidarenko2015-11-111-2/+2
* Revert "Dimensions: outerWidth/Height include scrollbar"Oleg Gaidarenko2015-11-111-43/+40
* Revert "Dimensions: Empty sets should return undefined"Oleg Gaidarenko2015-11-111-13/+25
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-118-167/+233
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-2/+2
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-25/+13
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-30/+35
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-092-0/+29
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-40/+43
* Event: Make event aliases optional in unit testsDave Methvin2015-11-062-45/+42
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-2/+2
* Event: Add basic unit tests for event aliasesDave Methvin2015-11-051-0/+18
* Event: Ensure delegation doesn't error on comment nodesTimmy Willison2015-11-041-0/+27
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-0/+24
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-1/+20
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-022-15/+57
* Tests: Make regexes for iOS devices more rigidMichał Gołębiowski2015-10-301-3/+3
* Tests: Remove Safari 7.0 & iOS 6 support tests resultsMichał Gołębiowski2015-10-301-18/+1
* Tests: Add iOS 9 support tests resultsMichał Gołębiowski2015-10-301-0/+17
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-292-0/+35
* Attributes: remove flakey test for selected attributeTimmy Willison2015-10-261-3/+1
* Tests: Post-Summit cleanupRichard Gibson2015-10-252-9/+1
* Tests: Use standard external domain nameRichard Gibson2015-10-231-1/+1
* Attributes: do not set properties to false when removing booleansTimmy Willison2015-10-211-2/+4
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-211-1/+1
* Tests: Add Safari 9 support tests resultsMichał Gołębiowski2015-10-181-0/+17
* CSS: Correct misrepresentation of "auto" horizontal margins as 0Richard Gibson2015-10-184-39/+67
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-181-0/+7
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3
* Tests: Change quotes according to style guidelinesJulian Alexander Murillo2015-10-189-18/+18
* Event: Fix delegated radio events when arrow keys are usedDave Methvin2015-10-181-0/+33
* Attributes: Use simpler boolean check vs a function callDave Methvin2015-10-181-1/+5
* Attributes: Remove undocumented .toggleClass( boolean ) signatureDave Methvin2015-10-181-24/+1
* CSS: Make show/hide/toggle methods a moduleDave Methvin2015-10-184-33/+53
* Tests: Keep test iframes around for assertionsRichard Gibson2015-10-171-1/+1
* Core: make isNumeric test work on SymbolLiza Ramo2015-10-171-0/+7