aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CSS: ensure table styles do not affect reliableHiddenOffsets testTimmy Willison2016-05-111-0/+1
* CSS: disconnected elements should be hiddenTimmy Willison2016-05-111-1/+7
* CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issuesMichał Gołębiowski2016-04-261-13/+0
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-1/+1
* Revert "Ajax: Mitigate possible XSS vulnerability"Michał Gołębiowski2016-03-231-7/+0
* Attributes: strip/collapse whitespace for set values on selectsTimmy Willison2016-03-171-3/+6
* Attributes: fix setting selected on an option in IE<=11Timmy Willison2016-03-071-2/+15
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-022-32/+3
* CSS: fix for disconnected elems on doc fragments in Opera 12Timmy Willison2016-02-221-4/+7
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-221-1/+1
* Revert "Offset: account for scroll when calculating position"Oleg Gaidarenko2016-02-091-5/+2
* CSS: Make sure elem.ownerDocument.defaultView is not nullTodor Prikumov2016-01-271-1/+1
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-141-5/+4
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
* Release: compat -> 1.x. Remove compat-specific release semanticsTimmy Willison2016-01-082-2/+2
* CSS: Add animation-iteration-count to cssNumber, fix testsJun Sun2016-01-071-0/+1
* Attributes: fix toggleClass(boolean) in ie6/7Timmy Willison2016-01-071-7/+5
* Revert "Event: remove guard for falsy handler argument of jQuery#on method"Timmy Willison2016-01-071-0/+2
* Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"Timmy Willison2016-01-071-16/+50
* Revert "Deprecated: Drop size and andSelf methods"Timmy Willison2016-01-071-1/+9
* Effects: add back support.shrinkWrapBlocks() for ie6Timmy Willison2016-01-063-10/+68
* Revert "Offset: simplify jQuery#offsetParent method"Timmy Willison2016-01-061-13/+3
* CSS: fix reliableHiddenOffsets support test for IE6-7Timmy Willison2016-01-061-8/+13
* CSS: fix visible/hidden for IE6/7Timmy Willison2016-01-062-5/+24
* Attributes: fix IE6-7 classesTimmy Willison2016-01-061-3/+3
* Revert "Ajax: remove "onunload" event handler"Timmy Willison2016-01-061-11/+24
* Revert "Ajax: use anchor tag for parsing urls"Timmy Willison2016-01-061-33/+26
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-0625-93/+440
* Build: another portion of code style fixesOleg Gaidarenko2015-12-222-3/+3
* Manipulation: correct wrapMap assignOleg Gaidarenko2015-12-221-1/+1
* Revert "Wrap: Support .unwrap( selector) for selective unwrapping"Oleg Gaidarenko2015-12-221-5/+6
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-221-2/+2
* Revert "Manipulation: simplification of manipulation wrappers"Oleg Gaidarenko2015-12-221-9/+5
* Revert "Ajax: simplify one ajax call and add explanatory comment"Oleg Gaidarenko2015-12-221-0/+2
* Build: code style fixesOleg Gaidarenko2015-12-223-3/+10
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-2211-39/+50
* Revert "Ajax: Always use script injection in globalEval"Oleg Gaidarenko2015-12-222-12/+12
* Revert "Effects: Reintroduce use of requestAnimationFrame"Oleg Gaidarenko2015-12-221-22/+1
* Revert "Effects: Improve raf logic"Oleg Gaidarenko2015-12-221-18/+20
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-223-3/+18
* Revert "Core: Throw an error on $("#") rather than returning 0-length collect...Oleg Gaidarenko2015-12-221-2/+1
* Revert "Manipulation: make wrapAll funarg execute only once"Oleg Gaidarenko2015-12-221-9/+9
* Revert "Traversing: simplify jQuery#contents method"Oleg Gaidarenko2015-12-221-1/+3
* Revert "CSS: simplify hack of css getter for the computed values"Oleg Gaidarenko2015-12-221-2/+10
* Revert "CSS: simplify "defaultDisplay" module"Oleg Gaidarenko2015-12-221-1/+1
* Revert "Callbacks: Don't abort execution on .lock()"Oleg Gaidarenko2015-12-221-3/+3
* Revert "Manipulation: don't auto-insert tbody"Oleg Gaidarenko2015-12-221-6/+5
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-12-221-4/+6
* Revert "Deferred: Backwards-compatible standards interoperability"Oleg Gaidarenko2015-12-221-243/+38
* Revert "Data: do not include digits when camelCasing"Oleg Gaidarenko2015-12-221-1/+1