Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 2.0: Reduced parseXML | Rick Waldron | 2012-12-26 | 1 | -10/+7 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Reduce isPlainObject | Rick Waldron | 2012-12-26 | 1 | -15/+5 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Remove isArray shim | Rick Waldron | 2012-12-26 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Remove now shim | Rick Waldron | 2012-12-26 | 1 | -3/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Remove inArray shim | Rick Waldron | 2012-12-26 | 1 | -19/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Remove JSON.parse shim | Rick Waldron | 2012-12-26 | 1 | -33/+1 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Remove trim shim | Rick Waldron | 2012-12-26 | 1 | -17/+3 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
| * | 2.0: Removes attachEvent paths for jQuery.ready() | Rick Waldron | 2012-12-26 | 1 | -44/+3 | |
| | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | |||||
* | | Merge branch 'event20' of https://github.com/dmethvin/jquery | Rick Waldron | 2012-12-31 | 1 | -190/+20 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | * 'event20' of https://github.com/dmethvin/jquery: Clean up comments, including browser support levels. Remove try/catch around focus events needed by oldIE. Remove obsolete event object fixups. Remove oldIE proprietary event methods/properties. Remove oldIE change and submit special-event code. | |||||
| * | | Clean up comments, including browser support levels. | Dave Methvin | 2012-12-26 | 1 | -3/+4 | |
| | | | ||||||
| * | | Remove try/catch around focus events needed by oldIE. | Dave Methvin | 2012-12-26 | 1 | -15/+4 | |
| | | | ||||||
| * | | Remove obsolete event object fixups. | Dave Methvin | 2012-12-26 | 1 | -21/+2 | |
| | | | ||||||
| * | | Remove oldIE proprietary event methods/properties. | Dave Methvin | 2012-12-26 | 1 | -43/+9 | |
| | | | ||||||
| * | | Remove oldIE change and submit special-event code. | Dave Methvin | 2012-12-26 | 1 | -108/+1 | |
| |/ | ||||||
* | | Merge branch '2.0-manipulation' of https://github.com/orkel/jquery | Rick Waldron | 2012-12-31 | 1 | -334/+181 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '2.0-manipulation' of https://github.com/orkel/jquery: (51 commits) Rename fixCloneNodeIssues helper to fixInput Move support comment Add tests for th element Add empty line Add more tests for wrapMap Add test for td append wrapMap.col = wrapMap.tr wrapMap.thead = wrapMap.tr Add support comments Rewrite tests for colgroup, caption Add tests for thead, tbody, tfoot Remove fix for #11280 Remove fieldset from wrapMap Add comments for optgroup and option elements in wrapMap Add tests for optgroup element Remove fix for #4484, add more tests Use tabs instead of spaces Simplify getAll helper Simplify check for non-Elements Remove fix for object element Save 43 bytes Use common loop iteration idiom Remove fix for #9587 Use correct comments ... | |||||
| * | | 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 | |
| | | | ||||||
| * | | Revert changes in support module | Oleg | 2012-12-24 | 1 | -1/+12 | |
| | | | ||||||
| * | | 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 | |
| | | |