aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-11-112-3/+53
* Revert "Ajax: Remove remnants of the load event alias handling"Oleg Gaidarenko2015-11-111-1/+10
* 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-112-39/+0
* Revert "CSS: Make .css("width") & .css("height") return fractional values"Oleg Gaidarenko2015-11-113-87/+26
* Revert "Effects: Remove additional parameters of easings"Oleg Gaidarenko2015-11-112-7/+16
* Revert "Ajax: Mitigate possible XSS vulnerability"Oleg Gaidarenko2015-11-113-56/+1
* 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-112-6/+12
* 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-114-66/+18
* Revert "Attributes: return empty array for select-multiple with no values"Oleg Gaidarenko2015-11-112-3/+3
* Revert "Dimensions: outerWidth/Height include scrollbar"Oleg Gaidarenko2015-11-112-47/+44
* Revert "Dimensions: Empty sets should return undefined"Oleg Gaidarenko2015-11-112-14/+26
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-119-216/+309
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-102-3/+3
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-102-26/+14
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-092-39/+54
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-094-4/+34
* Event: Move VML test out of event alias testDave Methvin2015-11-071-5/+15
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-072-44/+47
* Event: Make event aliases optional in unit testsDave Methvin2015-11-062-45/+42
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-067-226/+261
* Tests: make editorconfig match css styleTimmy Willison2015-11-051-2/+1
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-052-3/+3
* 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-042-6/+31
* Ajax: trigger error callback on native abortTimmy Willison2015-11-032-9/+61
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-024-17/+65
* 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
* Build: Test on Node 5Michał Gołębiowski2015-10-301-0/+1
* Release: remove antiquated release-notes.jsTimmy Willison2015-10-291-58/+0
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-293-4/+39
* 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-212-12/+6
* Core: make isNumeric limited to strings and numbersTimmy Willison2015-10-212-7/+7
* Build: Add "deprecated" to the Testswarm module listDave Methvin2015-10-201-0/+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-186-45/+98
* Attributes: fix tabIndex on <img> in IE11Joelle Fleurantin2015-10-182-5/+22
* CSS: use isFinite in place of redundant isNumericTimmy Willison2015-10-181-1/+1
* Core: add unit test for isPlainObject(Symbol)Liza Ramo2015-10-181-0/+9
* CSS: fix AMD mode for the new showHide moduleTimmy Willison2015-10-181-1/+2
* Offset: allow small differences in offset.topJoelle Fleurantin2015-10-181-1/+3