aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #11809: Update text without creating DOM nodes. Close gh-1412.Chris Antaki2013-11-051-1/+5
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-18/+16
* Fix #14290. Don't throw if text node is appended to table. Close gh-1371.Dave Methvin2013-09-191-1/+1
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-21/+11
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-4/+3
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-111-2/+3
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-091-270/+270
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-17/+22
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+2
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-5/+7
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-24/+27