aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-171-3/+2
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-171-1/+2
* 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: Update tested jsdom, drop obsolete workaroundsMichał Gołębiowski2015-03-301-8/+3
* 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
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-264-4/+13
* Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left outTimmy Willison2014-12-102-3/+23
* Core: revert addition of createHTMLDocument. Thanks, Safari 8.Timmy Willison2014-12-091-3/+1
* Core: pass empty string to createHTMLDocument to appease IETimmy Willison2014-12-091-1/+1
* Core: remove unnecessary support test for createHTMLDocumentTimmy Willison2014-12-092-13/+2
* Build: fix tests in AMD modeTimmy Willison2014-12-092-1/+5
* Core: use document.implemenation.createHTMLDocument in jQuery.parseHTMLFrederic Hemberger2014-12-092-2/+12
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-3/+1
* Core: Drop strundefined variableChris Antaki2014-09-021-1/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-4/+10
* Core: Consistently use local reference to access()Timo Tijhof2014-07-121-1/+1
* Support: clean up comments and Support notationDave Methvin2014-06-102-4/+4
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
* Reduce size by reordering variable declarationsChris Antaki2013-12-161-3/+3
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-121-1/+1
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-094-1/+129
* 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
* With all of the ready calls removed internally, ready was never kicked off. A...Timmy Willison2013-09-061-0/+3
* Fix #10814. 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/+121