aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-141-5/+4
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-062-6/+42
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-221-2/+2
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-2/+2
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-221-2/+10
* Revert "Core: Throw an error on $("#") rather than returning 0-length collect...Oleg Gaidarenko2015-12-221-2/+1
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-221-0/+7
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-076-29/+45
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-164-9/+10
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-161-5/+0
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
* Core: remove custom ready eventTimmy Willison2015-05-121-7/+0
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-6/+4
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-4/+4
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-1/+1
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-10/+2
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-102-3/+27
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-082-41/+9
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-8/+18
* Core: Consistently use local reference to access()Timo Tijhof2014-07-131-1/+1
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
* Fix some code style inconsistenciesOleg2013-11-071-1/+0
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-094-1/+138
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-092-75/+78
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-0/+58
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-081-0/+38
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-29/+0
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+180