aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Data: Refactor to reduce sizeRichard Gibson2024-01-221-16/+8
* Selector: Eliminate `selector.js` depenencies from various modulesMichał Gołębiowski-Owczarek2024-01-041-1/+0
* Core: Simplify code post browser support reductionMichał Gołębiowski-Owczarek2023-09-201-1/+1
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-15/+15
* Manipulation: Extract domManip to a separate fileMichał Gołębiowski-Owczarek2022-10-101-104/+1
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-1/+1
* Manipulation: Don't remove HTML comments from scriptsMichał Gołębiowski-Owczarek2021-07-191-4/+2
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-4/+3
* Manipulation: Respect script crossorigin attribute in DOM manipulation高灰2020-09-221-1/+2
* Manipulation: Make jQuery.htmlPrefilter an identity functionMichał Gołębiowski-Owczarek2020-03-161-4/+1
* Data:Event:Manipulation: Prevent collisions with Object.prototypeMichał Gołębiowski-Owczarek2020-03-021-5/+3
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-1/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-31/+23
* Manipulation:Selector: Use the nodeName util where possible to save sizeMichał Gołębiowski-Owczarek2019-10-081-1/+1
* Core: Use Array.prototype.flat where supportedAhmed.S.ElAfifi2019-09-251-3/+3
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-5/+2
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-4/+2
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-6/+6
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-34/+12
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-251-1/+3
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-3/+3
* Core: Support passing nonce through jQuery.globalEvalMichał Gołębiowski-Owczarek2019-01-211-1/+1
* Manipulation: Respect script nomodule attribute in DOM manipulationMichał Gołębiowski-Owczarek2019-01-211-1/+1
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-1/+1
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-3/+4
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-161-2/+2
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-4/+5
* Manipulation: use `.children` to select tbody elementsTimmy Willison2018-01-081-1/+1
* Manipulation: Reduce size by eliminating single-use variableRichard Gibson2017-11-221-5/+2
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-1/+1
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-201-3/+3
* Build: fix tests in AMD modeTimmy Willison2017-03-061-1/+1
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+4
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-3/+3
* Manipulation: Restrict the tbody search to child nodesRichard Gibson2017-01-091-1/+2
* Build: ESLint detailsOleg Gaidarenko2016-06-111-0/+6
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-301-4/+4
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-301-1/+1
* Docs: Updated links to https where they are supported.Jon Dufresne2016-01-131-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-2/+3
* Manipulation: execute scripts from iframe in the iframe's contextTimmy Willison2015-11-091-1/+1
* Data: avoid using delete on DOM nodesJason Bedard2015-09-081-2/+8
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-3/+3
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-24/+27
* Data: remove user data in cleanDataJason Bedard2015-07-281-10/+15
* Manipulation: Remove an internal argument to the remove methodMichał Gołębiowski2015-06-141-25/+29
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-94/+93