aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Build: combine intro and outroTimmy Willison2016-03-092-5/+10
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-0815-25/+26
* Attributes: remove redundant parent checkTimmy Willison2016-03-071-1/+1
* Selector: filters -> pseudosTimmy Willison2016-03-073-4/+6
* Core: restore enumeration behavior in isPlainObjectTimmy Willison2016-03-071-3/+6
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-024-12/+4
* Attributes: remove the lower-casing logic for attribute namesMichał Gołębiowski2016-02-171-10/+2
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-101-1/+1
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-5/+2
* Attributes: Add a support comment & fix a link @ tabIndex hookMichał Gołębiowski2016-02-031-1/+2
* Selector: add jQuery.escapeSelectorTimmy Willison2016-01-282-3/+28
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
* Docs: use https where possibleBernhard M. Wiedemann2016-01-272-2/+2
* Core: Improve isNumeric logic and test coverageSteve Mao2016-01-241-1/+5
* Effects: remove width/height exception for oldIETimmy Willison2016-01-211-1/+1
* CSS: isHidden -> isHiddenWithinTreeTimmy Willison2016-01-214-10/+11
* Traversing: restore jQuery push behavior in .findTimmy Willison2016-01-201-3/+4
* Ajax: add serialize to AMD dependenciesTimmy Willison2016-01-191-1/+2
* Event: Fix chaining .on() with null handlersDevin Wilson2016-01-191-0/+2
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-01-191-0/+16
* CSS: Stop Firefox from treating disconnected elements as cascade-hiddenRichard Gibson2016-01-141-1/+6
* CSS: Restore cascade-override behavior in .showRichard Gibson2016-01-132-9/+48
* Traversing: Never let .closest() match positional selectorsRichard Gibson2016-01-131-13/+14
* Traversing: .not/.filter consistency with non-elementsMartijn W. van der Lee2016-01-131-1/+1
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-133-5/+5
* Docs: Fix various spelling errorsJosh Soref2016-01-131-1/+1
* Deferred: Warn on exceptions that are likely programming errorsDave Methvin2016-01-133-1/+32
* Deferred: Remove undocumented progress notifications in $.whenDave Methvin2016-01-131-21/+18
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-073-3/+3
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-17/+52
* Event: Remove duplicated word text on commentJae Sung Park2015-12-031-1/+1
* Attributes: exclusively lowercase A-Z in attribute namesTimmy Willison2015-12-021-2/+9
* Core: do not expose second argument of the `jQuery.globalEval`Oleg Gaidarenko2015-12-023-10/+23
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-301-12/+16
* Ajax: Golf away 21 bytesRichard Gibson2015-11-191-30/+28
* Deferred: syncronize single and multiple target handling in $.whenTimmy Willison2015-11-131-11/+11
* Selector: pass jQuery unit tests with selector-nativeTimmy Willison2015-11-111-49/+76
* Effects: fix loading showHide in AMD modeTimmy Willison2015-11-101-0/+1
* Offset: offsetLeft/Top on empty set returns undefinedDave Methvin2015-11-101-1/+1
* Dimensions: Empty sets should return undefinedDave Methvin2015-11-101-1/+1
* Dimensions: properly manipulate non-px valuesTimmy Willison2015-11-091-9/+19
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-092-4/+5
* Dimensions: outerWidth/Height include scrollbarDave Methvin2015-11-071-4/+4
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-066-226/+259
* Attributes: return empty array for select-multiple with no valuesTimmy Willison2015-11-051-1/+1
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-6/+7
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-8/+41
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-022-2/+8
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4