aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove isArray shimRick Waldron2012-12-261-3/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove now shimRick Waldron2012-12-261-3/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove inArray shimRick Waldron2012-12-261-19/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove JSON.parse shimRick Waldron2012-12-261-33/+1
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Remove trim shimRick Waldron2012-12-261-17/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
| * 2.0: Removes attachEvent paths for jQuery.ready()Rick Waldron2012-12-261-44/+3
| | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | Merge branch 'event20' of https://github.com/dmethvin/jqueryRick Waldron2012-12-311-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 Methvin2012-12-261-3/+4
| | |
| * | Remove try/catch around focus events needed by oldIE.Dave Methvin2012-12-261-15/+4
| | |
| * | Remove obsolete event object fixups.Dave Methvin2012-12-261-21/+2
| | |
| * | Remove oldIE proprietary event methods/properties.Dave Methvin2012-12-261-43/+9
| | |
| * | Remove oldIE change and submit special-event code.Dave Methvin2012-12-261-108/+1
| |/
* | Merge branch '2.0-manipulation' of https://github.com/orkel/jqueryRick Waldron2012-12-311-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 fixInputOleg2012-12-281-4/+4
| | | | | | | | | | | | Move support comment
| * | Add empty lineOleg2012-12-281-0/+1
| | |
| * | wrapMap.col = wrapMap.trOleg2012-12-281-2/+1
| | |
| * | wrapMap.thead = wrapMap.trOleg2012-12-281-3/+2
| | | | | | | | | | | | Add support comments
| * | Remove fix for #11280Oleg2012-12-281-1/+0
| | |
| * | Remove fieldset from wrapMapOleg2012-12-281-1/+0
| | |
| * | Add comments for optgroup and option elements in wrapMapOleg2012-12-281-0/+3
| | | | | | | | | | | | Add tests for optgroup element
| * | Remove fix for #4484, add more testsOleg2012-12-281-1/+0
| | |
| * | Simplify getAll helperOleg2012-12-241-13/+3
| | |
| * | Simplify check for non-ElementsOleg2012-12-241-8/+1
| | |
| * | Remove fix for object elementOleg2012-12-241-14/+1
| | |
| * | Save 43 bytesOleg2012-12-241-16/+17
| | |
| * | Use common loop iteration idiomOleg2012-12-241-16/+33
| | |
| * | Remove fix for #9587Oleg2012-12-241-4/+1
| | |
| * | Use correct commentsOleg2012-12-241-8/+11
| | |
| * | Simplify check for empty set in jQuery#domManipOleg2012-12-241-2/+2
| | |
| * | Code style changesOleg2012-12-241-11/+14
| | | | | | | | | | | | Save one byte
| * | Save one byteOleg2012-12-241-20/+20
| | |
| * | Take care of commentsOleg2012-12-241-3/+4
| | |
| * | Remove needless expressionOleg2012-12-241-1/+1
| | |
| * | Revert changes in support moduleOleg2012-12-241-1/+12
| | |
| * | Use GET method in jQuery#domManipOleg2012-12-241-0/+1
| | |
| * | Remove couple of spacesOleg2012-12-241-2/+2
| | |
| * | More simplifications fore jQuery#htmlOleg2012-12-241-2/+2
| | |
| * | Speed up iteration in jQuery#domManip if it called with function inside ↵Oleg2012-12-241-1/+1
| | | | | | | | | | | | first argument
| * | Simplify execution of script element if it processed without src attributeOleg2012-12-241-1/+1
| | |
| * | Use jQuery.merge only if it really necessaryOleg2012-12-241-3/+3
| | |
| * | Simplify jQuery.expandoOleg2012-12-241-25/+7
| | |
| * | Simplify wrapMapOleg2012-12-241-1/+1
| | |
| * | Move all helpers to the end of the moduleOleg2012-12-241-111/+111
| | |
| * | Remove fixDefaultChecked helperOleg2012-12-241-15/+1
| | |
| * | Simplify getAll helperOleg2012-12-241-13/+11
| | |
| * | Simplify fixCloneNodeIssues helperOleg2012-12-241-42/+8
| | |
| * | Remove memory fixOleg2012-12-241-6/+0
| | |
| * | Change "isFunc" variable to "isFunction"Oleg2012-12-241-6/+5
| | |