aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
Commit message (Expand)AuthorAgeFilesLines
* Manipulation: Make jQuery.cleanData not skip elements during cleanupac-mmi2024-09-111-1/+4
* Data: Refactor to reduce sizeRichard Gibson2024-01-221-1/+1
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-128-38/+28
* Docs: Fix typos found by codespellDimitri Papadopoulos Orfanos2023-06-281-1/+1
* Manipulation: Extract domManip to a separate fileMichał Gołębiowski-Owczarek2022-10-101-0/+109
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-043-3/+3
* Core:Manipulation: Add basic TrustedHTML supportMichał Gołębiowski-Owczarek2021-09-301-1/+2
* Manipulation: Respect script crossorigin attribute in DOM manipulation高灰2020-09-221-0/+1
* Manipulation: Avoid concatenating strings in buildFragmentMichał Gołębiowski-Owczarek2020-06-102-13/+12
* Build:Event: Make sure all source modules' exports are used (#4648)Michał Gołębiowski-Owczarek2020-06-021-2/+0
* Core: Fire iframe script in its context, add doc param in globalEvalMichał Gołębiowski-Owczarek2020-02-101-2/+2
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-187-56/+22
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-28/+0
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-294-21/+5
* Core: Preserve CSP nonce on scripts with src attribute in DOM manipulationbuddh42019-03-251-2/+2
* Event: Leverage native events for focus/blur/click; propagate additional dataRichard Gibson2019-03-201-5/+0
* Manipulation: Restore _evalUrl jQuery.ajax calls to dataType: scriptRichard Gibson2018-12-131-4/+8
* Manipulation: Only evaluate HTTP-successful script srcRichard Gibson2018-12-121-2/+7
* Core: Recognize Shadow DOM in attachment checksSaptak Sengupta2018-11-091-1/+1
* Manipulation: Properly detect HTML elements with single-character namesRichard Gibson2018-07-131-1/+4
* Core: Use isAttached to check for attachment of elementSaptak Sengupta2018-03-051-4/+5
* Manipulation: Add support for scripts with module typebasil.belokon2018-01-161-1/+1
* Core: deprecate jQuery.typeJason Bedard2018-01-161-2/+3
* Revert "Event: Trigger checkbox and radio click events identically"Timmy Willison2017-03-201-0/+5
* Core: Deprecate jQuery.nodeNamekaran-962017-03-011-3/+4
* Event: Trigger checkbox and radio click events identicallyAlex Padilla2017-01-191-5/+0
* Build: Update eslint config and fix associated errorsOleg Gaidarenko2016-07-151-9/+17
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-259-0/+18
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-304-7/+7
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-082-3/+3
* Manipulation: Bring tagname regexes up to specLeonardo Braga2016-01-071-1/+1
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+6
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-3/+2
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-079-23/+25
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-056-0/+182
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-151-0/+2
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+2
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+1
* Manipulation: Check state lost if the name is set for Android 4.0-4.3Michał Gołębiowski2014-11-061-0/+3
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-4/+1
* Support: clean up comments and Support notationDave Methvin2014-06-101-5/+6
* Manipulation: Change support test to be WWA-friendlyJonathan Sampson2014-03-201-2/+9
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-8/+5
* Fix some code style inconsistenciesOleg2013-10-071-2/+2
* No ticket: Fix XHTML regression. Close gh-1375.Anthony Ryan2013-09-231-1/+1
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-14/+11
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-111-0/+1
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-091-11/+13
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+1
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-2/+2