Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No ticket: Reduce size by reordering variable declarations. Close gh-1416. | Chris Antaki | 2013-11-05 | 1 | -5/+5 |
| | |||||
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 1 | -1/+5 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -18/+16 |
| | |||||
* | Fix #14290. Don't throw if text node is appended to table. Close gh-1371. | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
| | |||||
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -21/+11 |
| | |||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -4/+3 |
| | |||||
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 1 | -2/+3 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -270/+270 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -17/+22 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -5/+7 |
| | |||||
* | Specify support as a dependency wherever it is used. Optimize module order ↵ | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
| | | | | to save 15 bytes. | ||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -24/+27 |
| | |||||
* | Fixes #13976: Garbage input should not cause error in buildFragment. Close ↵ | ruado1987 | 2013-07-01 | 1 | -1/+1 |
| | | | | gh-1284 | ||||
* | Optimize cleanData: allow direct access to data_priv for cleanup | Rick Waldron | 2013-05-13 | 1 | -22/+22 |
| | |||||
* | Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script") | Richard Gibson | 2013-04-29 | 1 | -2/+2 |
| | |||||
* | Fixes #13815: Ensure each element has its own private data object - Tests by ↵ | Corey Frang | 2013-04-24 | 1 | -3/+1 |
| | | | | @rwldrn | ||||
* | Fix #13818: Add wrapMap entry for col element | Oleg | 2013-04-24 | 1 | -1/+2 |
| | |||||
* | Fix #13810: .replaceWith(nextSibling) | Richard Gibson | 2013-04-22 | 1 | -0/+4 |
| | |||||
* | Remove unnecessary usage of getAttributeNode(). Fixes #12072. | Timmy Willison | 2013-04-18 | 1 | -2/+1 |
| | |||||
* | Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute ↵ | Richard Gibson | 2013-04-17 | 1 | -8/+12 |
| | | | | in domManip. Close gh-1051. | ||||
* | Loop cleanup | Rick Waldron | 2013-04-16 | 1 | -10/+4 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes #13779. Remove nodes in document order (uses for loop matching empty()). | Rick Waldron | 2013-04-16 | 1 | -2/+3 |
| | |||||
* | Fix #13596; #13722: .replaceWith consistency. Close gh-1216. | Richard Gibson | 2013-04-16 | 1 | -37/+41 |
| | |||||
* | No ticket. Use data_priv methods instead of jQuery._removeData and ↵ | Oleg Gaidarenko | 2013-04-08 | 1 | -3/+6 |
| | | | | jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234 | ||||
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing | ||||
* | Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221. | Dave Methvin | 2013-04-06 | 1 | -13/+11 |
| | |||||
* | Fix #13741. Make wrap/unwrap methods optional. Close gh-1222. | Dave Methvin | 2013-04-06 | 1 | -68/+0 |
| | |||||
* | Fix #13401: replaceWith(""). Close gh-1163. | Mark Raddatz | 2013-02-08 | 1 | -9/+11 |
| | |||||
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 1 | -27/+31 |
| | |||||
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵ | Richard Gibson | 2013-01-27 | 1 | -1/+0 |
| | | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5) | ||||
* | Fix #13282: QtWebKit (e.g., phantomjs) can only apply Arrays | Richard Gibson | 2013-01-24 | 1 | -4/+12 |
| | |||||
* | Fix #13232, fix jQuery.buildFragment for tables, close gh-1138. | Oleg | 2013-01-20 | 1 | -3/+5 |
| | |||||
* | Fix #13233: re-allow .replaceWith of text nodes. Close gh-1137. | Richard Gibson | 2013-01-16 | 1 | -8/+2 |
| | | | | (cherry picked from commit 6b1b0a26b4d485b4d9f334286efed5dfe33e3f3f) | ||||
* | Add a comment | Oleg | 2013-01-13 | 1 | -0/+2 |
| | |||||
* | Fixes #13200 - innerHTML in buildFragment need end tags | Oleg | 2013-01-13 | 1 | -5/+5 |
| | |||||
* | Ref gh-1117: Use native push for size and performance | Richard Gibson | 2013-01-09 | 1 | -2/+2 |
| | |||||
* | Ref gh-1117: Don't stop on a falsy value in buildFragment. Close gh-1124. | Oleg | 2013-01-09 | 1 | -3/+8 |
| | |||||
* | Use while loop instead of for | Oleg | 2013-01-08 | 1 | -12/+7 |
| | |||||
* | Always use core_push in jQuery.buildFragment | Oleg | 2013-01-08 | 1 | -2/+2 |
| | |||||
* | Bring back jQuery.buildFragment and remove jQuery.clean | Oleg | 2013-01-08 | 1 | -53/+41 |
| | |||||
* | Simplify .wrapAll() and fix style. Close gh-1116. | Oleg | 2013-01-08 | 1 | -10/+13 |
| | |||||
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 1 | -32/+28 |
| | | | | | | | | | | | | | | | | | | | | | | Reverts the following commits: commit f717226b3a44f918eec30b2d59ab257270189bc3 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 18:06:38 2012 -0500 Only splice from internal arrays when item actually exists. commit b9cdc4136b688963d1dc4befb169be02a0216ba9 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 16:20:35 2012 -0500 Updates to data.js re-write to pass events and manipulation commit d1de3000c6d50c298de14fb1ae3381d75c303723 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 15:09:45 2012 -0500 2.0: Rewrite data.js | ||||
* | Updates to data.js re-write to pass events and manipulation (full pass in ↵ | Rick Waldron | 2012-12-31 | 1 | -28/+32 |
| | | | | | | local test runs) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Rename fixCloneNodeIssues helper to fixInput | Oleg | 2012-12-28 | 1 | -4/+4 |
| | | | | Move support comment | ||||
* | Add empty line | Oleg | 2012-12-28 | 1 | -0/+1 |
| | |||||
* | wrapMap.col = wrapMap.tr | Oleg | 2012-12-28 | 1 | -2/+1 |
| | |||||
* | wrapMap.thead = wrapMap.tr | Oleg | 2012-12-28 | 1 | -3/+2 |
| | | | | Add support comments | ||||
* | Remove fix for #11280 | Oleg | 2012-12-28 | 1 | -1/+0 |
| |