aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Manipulation: Support $el.html(selfRemovingScript) (#5378)Richard Gibson2024-01-081-6/+7
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-1216-54/+36
* Core:Selector: Move jQuery.contains from the selector to the core moduleMichał Gołębiowski-Owczarek2022-12-121-2/+0
* Core: Drop the root parameter of jQuery.fn.initMichał Gołębiowski-Owczarek2022-08-291-8/+4
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-043-4/+4
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-304-26/+57
* Core: Report browser errors in parseXMLMichał Gołębiowski-Owczarek2020-12-081-6/+11
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-222-21/+10
* Build:Event: Make sure all source modules' exports are used (#4648)Michał Gołębiowski-Owczarek2020-06-023-5/+0
* Build: Update eslint-config-jquery, fix linting violationsMichał Gołębiowski-Owczarek2020-05-181-1/+1
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-052-3/+3
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-0/+24
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-1814-158/+83
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-292-1/+8
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-132-2/+2
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-299-61/+25
* Data: Separate data & css/effects camelCase implementationsMichał Gołębiowski-Owczarek2019-04-291-6/+3
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-211-12/+15
* Core: Preserve CSP nonce on scripts in DOM manipulationMichał Gołębiowski-Owczarek2019-01-141-0/+10
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-0/+22
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-131-1/+2
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-161-2/+16
* Core: deprecate jQuery.typeJason Bedard2018-01-162-2/+23
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-153-9/+12
* Core: make camelCase function available only for internal usageNilton Cesar2018-01-081-0/+23
* Docs: Update links to HTML spec for stripAndCollapse (#3594)Boom Lee2017-03-291-1/+1
* Build: fix tests in AMD modeTimmy Willison2017-03-061-0/+1
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-0/+13
* Core: Move holdReady to deprecatedManoj Kumar2017-02-132-18/+0
* Core: remove precautionary variable `readyFiring`Steve Mao2016-09-191-10/+4
* Core: Compress stripAndCollapseRichard Gibson2016-09-191-5/+7
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-0/+12
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-6/+9
* Core: Re-throw errors that happened in callbacks wrapped in jQuery readyMichał Gołębiowski2016-07-072-1/+23
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-258-0/+15
* Core: set the base href of the context in parseHTMLTimmy Willison2016-04-041-8/+22
* Core: implement ready without DeferredTimmy Willison2016-04-042-31/+128
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-1/+1
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-081-1/+1
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-071-1/+1
* Core: do not expose second argument of the `jQuery.globalEval`Oleg Gaidarenko2015-12-021-0/+14
* Core: use interactive to evaluate dom ready, barring IE9-10Timmy Willison2015-10-291-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-076-34/+47
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-031-1/+1
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
* 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