Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Remove fieldset from wrapMap | Oleg | 2012-12-28 | 1 | -1/+0 | |
| | ||||||
* | Add comments for optgroup and option elements in wrapMap | Oleg | 2012-12-28 | 1 | -0/+3 | |
| | | | | Add tests for optgroup element | |||||
* | Remove fix for #4484, add more tests | Oleg | 2012-12-28 | 1 | -1/+0 | |
| | ||||||
* | Simplify getAll helper | Oleg | 2012-12-24 | 1 | -13/+3 | |
| | ||||||
* | Simplify check for non-Elements | Oleg | 2012-12-24 | 1 | -8/+1 | |
| | ||||||
* | Remove fix for object element | Oleg | 2012-12-24 | 1 | -14/+1 | |
| | ||||||
* | Save 43 bytes | Oleg | 2012-12-24 | 1 | -16/+17 | |
| | ||||||
* | Use common loop iteration idiom | Oleg | 2012-12-24 | 1 | -16/+33 | |
| | ||||||
* | Remove fix for #9587 | Oleg | 2012-12-24 | 1 | -4/+1 | |
| | ||||||
* | Use correct comments | Oleg | 2012-12-24 | 1 | -8/+11 | |
| | ||||||
* | Simplify check for empty set in jQuery#domManip | Oleg | 2012-12-24 | 1 | -2/+2 | |
| | ||||||
* | Code style changes | Oleg | 2012-12-24 | 1 | -11/+14 | |
| | | | | Save one byte | |||||
* | Save one byte | Oleg | 2012-12-24 | 1 | -20/+20 | |
| | ||||||
* | Take care of comments | Oleg | 2012-12-24 | 1 | -3/+4 | |
| | ||||||
* | Remove needless expression | Oleg | 2012-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use GET method in jQuery#domManip | Oleg | 2012-12-24 | 1 | -0/+1 | |
| | ||||||
* | Remove couple of spaces | Oleg | 2012-12-24 | 1 | -2/+2 | |
| | ||||||
* | More simplifications fore jQuery#html | Oleg | 2012-12-24 | 1 | -2/+2 | |
| | ||||||
* | Speed up iteration in jQuery#domManip if it called with function inside ↵ | Oleg | 2012-12-24 | 1 | -1/+1 | |
| | | | | first argument | |||||
* | Simplify execution of script element if it processed without src attribute | Oleg | 2012-12-24 | 1 | -1/+1 | |
| | ||||||
* | Use jQuery.merge only if it really necessary | Oleg | 2012-12-24 | 1 | -3/+3 | |
| | ||||||
* | Simplify jQuery.expando | Oleg | 2012-12-24 | 1 | -25/+7 | |
| | ||||||
* | Simplify wrapMap | Oleg | 2012-12-24 | 1 | -1/+1 | |
| | ||||||
* | Move all helpers to the end of the module | Oleg | 2012-12-24 | 1 | -111/+111 | |
| | ||||||
* | Remove fixDefaultChecked helper | Oleg | 2012-12-24 | 1 | -15/+1 | |
| | ||||||
* | Simplify getAll helper | Oleg | 2012-12-24 | 1 | -13/+11 | |
| | ||||||
* | Simplify fixCloneNodeIssues helper | Oleg | 2012-12-24 | 1 | -42/+8 | |
| | ||||||
* | Remove memory fix | Oleg | 2012-12-24 | 1 | -6/+0 | |
| | ||||||
* | Change "isFunc" variable to "isFunction" | Oleg | 2012-12-24 | 1 | -6/+5 | |
| | ||||||
* | Code style changes | Oleg | 2012-12-24 | 1 | -21/+21 | |
| | ||||||
* | Simplify jQuery#wrap | Oleg | 2012-12-24 | 1 | -6/+5 | |
| | ||||||
* | Code style changes | Oleg | 2012-12-24 | 1 | -8/+7 | |
| | ||||||
* | Remove unused variables | Oleg | 2012-12-24 | 1 | -2/+1 | |
| | ||||||
* | Remove removal of container children through removeChild method | Oleg | 2012-12-24 | 1 | -5/+0 | |
| | ||||||
* | Remove tbody check | Oleg | 2012-12-24 | 1 | -20/+0 | |
| |