aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation.js
Commit message (Expand)AuthorAgeFilesLines
* Manipulation: re-expose domManip until 3.0Timmy Willison2016-01-081-0/+4
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-11/+32
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-2/+2
* Revert "Manipulation: don't auto-insert tbody"Oleg Gaidarenko2015-12-221-6/+5
* Manipulation: Switch rnoInnerhtml to a version more performant in IESean Henderson2015-09-081-1/+5
* Data: Don't expose jQuery.acceptDataJason Bedard2015-09-081-4/+4
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-40/+46
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+2
* Manipulation: Remove an internal argument to the remove methodMichał Gołębiowski2015-06-141-26/+30
* Manipulation: privatize internal domManip() functionTimmy Willison2015-05-051-101/+100
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-196/+17
* Manipulation: Make an HTML interception pointRichard Gibson2015-04-301-3/+6
* Manipulation: Detect sneaky no-content replaceWith inputRichard Gibson2015-04-301-19/+21
* Manipulation: don't auto-insert tbodyOleg Gaidarenko2015-02-111-5/+6
* Manipulation: simplify html wrappersOleg Gaidarenko2015-02-111-3/+14
* Manipulation: simplification of manipulation wrappersOleg Gaidarenko2015-02-101-2/+3
* Manipulation: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-2/+2
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-101-1/+1
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-101-9/+10
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-69/+15
* Manipulation: Update html5shiv elementsAlexander Farkas2014-09-131-3/+3
* Core: Drop strundefined variableChris Antaki2014-09-021-5/+4
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-12/+30
* Fix some code style inconsistenciesOleg2013-11-071-3/+3
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-22/+17
* 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
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-111-1/+3
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-6/+6
* Apply consistent ordering in all modules. -219 bytes. Order modules like func...Timmy Willison2013-09-091-307/+308
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-17/+24
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-1/+1
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-15/+15
* Don't execute DOM ready tests in AMD mode (they aren't loaded before DOM read...Oleg Gaidarenko2013-08-161-1/+2
* 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-25/+28
* Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")Richard Gibson2013-04-291-2/+2
* Fix #13810: .replaceWith(nextSibling)Richard Gibson2013-04-221-0/+4
* Fix failing test in manipulation. Empty string values are acceptable.Timmy Willison2013-04-181-1/+1
* Remove usage of the deprecated getAttributeNode() unless a support test warra...Timmy Willison2013-04-181-2/+1
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-65/+0
* Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...Richard Gibson2013-04-171-8/+12
* Fixes #13779. Remove nodes in document orderRick Waldron2013-04-161-3/+2
* Fix #13596; #13722: .replaceWith consistency. Close gh-1216.Richard Gibson2013-04-161-37/+41
* Fix indentation issue with last cherry-pick.Dave Methvin2013-04-061-8/+8
* Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.Dave Methvin2013-04-061-4/+5
* Fix #13401: replaceWith(""). Close gh-1163.Mark Raddatz2013-02-081-9/+11
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-5/+7
* Change variables initialization sequence for some declarationsOleg2013-01-311-4/+4
* Fix #13315: compare typeof node.method to var instead of literal "undefined" ...Richard Gibson2013-01-241-3/+3