aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-151/+13
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-2/+6
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-18/+21
* Data: restore explicit data removal of private data in cleanData.Rick Waldron2015-03-091-1/+1
* Data: move element cache to element[expando]Rick Waldron2015-03-041-20/+11
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-6/+6
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-101-2/+13
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-2/+2
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-1/+1
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-6/+6
* Docs: 1.x-master branch -> compat branch; 2.x branch -> master branchTimmy Willison2014-11-031-1/+0
* Manipulation: Tolerate XMLNode host object input to getAllRichard Gibson2014-09-041-2/+6
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-19/+21
* Support: clean up comments and Support notationDave Methvin2014-06-101-11/+9
* Manipulation: don't use Object.keys for consistencyMichał Gołębiowski2014-03-091-4/+3
* No ticket: Reduce size by reordering variable declarations. Close gh-1416.Chris Antaki2013-11-051-5/+5