aboutsummaryrefslogtreecommitdiffstats
path: root/src/manipulation
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-063-8/+61
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Build: another portion of code style fixesOleg Gaidarenko2015-12-221-1/+1
|
* Manipulation: correct wrapMap assignOleg Gaidarenko2015-12-221-1/+1
|
* Revert "Manipulation: simplification of manipulation wrappers"Oleg Gaidarenko2015-12-221-9/+5
| | | | This reverts commit 3e8712062d92feea8723e6185c47a2cc98e0e7af.
* Manipulation: Don't provide the parser with sloppy table markupAnthony Ryan2015-09-141-13/+5
| | | | | | | | | | | | | | | | | | | While we can reply on parsers that were designed to cope with malformed syntax to understand what we mean, we shouldn't intentionally provide bad markup, not all parsers will accept it. "Be conservative in what you do, be liberal in what you accept from others." (cherry-picked from 99e8ff1baa7ae341e94bb89c3e84570c7c3ad9ea) Reverts 0ea342a6a6dce793c1b0f14f051c2573f40f4e44 Refs gh-2031 Refs gh-2002 Fixes gh-2493 Closes gh-2499
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-0712-38/+39
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-3/+11
| | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-059-0/+244
| | | | Fixes gh-2224
* Ajax: move explanatory comment to appropriate placeOleg Gaidarenko2015-02-151-2/+2
| | | | Ref 4b3e63066dd480d07b9ce8057cb0c02b8ad7e990
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-151-0/+2
| | | | | | | | | * Remove "async = true" from script transport since it was needed for FF < 4 and old Opera which we do not support anymore * Add comment to "evalUrl" method on why "type" field should be explicit Ref 0ac28ed293681cb8f2e9fdd11efa0021da039c84
* Data: use removeAttribute in cleanData to bypass Chrome bugJason Bedard2014-12-101-11/+7
| | | | | | | Related: https://code.google.com/p/chromium/issues/detail?id=378607 Fixes gh-1664
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-18/+5
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Manipulation: Plug an IE8 memory leak in noCloneEvent feature detectDave Methvin2014-12-061-10/+2
| | | | | | | Fixes gh-1840 This feature detect could be simplified now that the only supported browser with this problem is IE8.
* Manipulation: support data-URI scripts insertionBin Xin2014-12-031-0/+1
| | | | Ref 15f4dec7894f1e00adbfb9bce4f870441a527bd6
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/tasks/build.js src/ajax/xhr.js src/attributes/classes.js src/attributes/prop.js src/attributes/val.js src/core/init.js src/core/ready.js src/css.js src/css/curCSS.js src/css/defaultDisplay.js src/data.js src/data/var/dataPriv.js src/data/var/dataUser.js src/dimensions.js src/effects.js src/event.js src/manipulation.js src/offset.js src/queue.js src/selector-native.js test/data/testrunner.js
* Support: Reduce size via code consolidation and minification awarenessRichard Gibson2014-03-041-8/+5
| | | | | Ref badcd1b6f301e6253405f17759c1270549a34e12 Closes gh-1518
* Manipulation: Use textarea for missing IE defaultValue checkDave Methvin2014-01-231-6/+7
| | | | | | | | | | IE11 fixed the checkbox defaultValue issue but not textarea. Rather than creating a new detect name I'm reusing the old one to protect anyone who is unwisely using this externally. Re-fixing the defaultValue when it doesn't need to be done is not a problem, so leave that code for IE11. Fixes #14716 Closes gh-1495
* Fix some code style inconsistenciesOleg2013-11-071-1/+1
|
* No ticket: Fix XHTML regression. Close gh-1376.Anthony Ryan2013-09-231-1/+1
|
* Set the input type for firefox. Fix a support test.Timmy Willison2013-09-111-0/+2
|
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-16/+13
| | | | | Conflicts: src/manipulation/support.js
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-111-0/+1
| | | | | Conflicts: src/manipulation.js
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-091-11/+13
| | | | prettier builds). No functionality changes.
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-2/+2
|
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+78
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+19
Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js