aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | Use tabs instead of spacesOleg2012-12-241-4/+4
| | | | | | | | | | | | "$" => "jQuery"
| * | 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
| | |
| * | Add additional testOleg2012-12-241-0/+9
| | |
| * | 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
| | |
| * | Add additional testOleg2012-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
| | |
| * | Code style changesOleg2012-12-241-21/+21
| | |
| * | Simplify jQuery#wrapOleg2012-12-241-6/+5
| | |
| * | Code style changesOleg2012-12-241-8/+7
| | |
| * | Remove unused variablesOleg2012-12-241-2/+1
| | |
| * | Remove removal of container children through removeChild methodOleg2012-12-241-5/+0
| | |
| * | Remove tbody checkOleg2012-12-242-21/+1
| | |
| * | Remove leading white space checkOleg2012-12-242-12/+2
| | |
| * | Remove createSafeFragment helperOleg2012-12-242-58/+15
| |/
* | Merge branch '2.0-attributes-rebased'Rick Waldron2012-12-314-530/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.0-attributes-rebased: 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooks Resolved conflict 2.0: Remove style->cssText attroproties fallback Remove outdated support tests 2.0: Remove support.optSelected 2.0: Remove oldIE enctype propFix
| * | 2.0: Remove getSetAttribute and getSetInput and oldIE attroperties hooksTimmy Willison2012-12-312-126/+6
| | |
| * | Resolved conflictRick Waldron2012-12-312-45/+1
| | |
| * | 2.0: Remove style->cssText attroproties fallbackTimmy Willison2012-12-313-9/+4
| | |
| * | Remove outdated support testsTimmy Willison2012-12-311-321/+0
| | |
| * | 2.0: Remove support.optSelectedTimmy Willison2012-12-312-24/+0
| | |
| * | 2.0: Remove oldIE enctype propFixTimmy Willison2012-12-312-8/+0
| | |
* | | Merge branch 'css2' of https://github.com/dmethvin/jqueryRick Waldron2012-12-311-128/+35
|\ \ \ | | | | | | | | | | | | | | | | * 'css2' of https://github.com/dmethvin/jquery: 2.0: Reduce css.js
| * | | 2.0: Reduce css.jsDave Methvin2012-12-181-128/+35
| | | |
* | | | Merge branch '2.0-traversing' of https://github.com/orkel/jqueryRick Waldron2012-12-312-71/+80
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | * '2.0-traversing' of https://github.com/orkel/jquery: Code style Reduce traversing module
| * | | Code styleOleg2012-12-191-1/+2
| | | |
| * | | Reduce traversing moduleOleg2012-12-192-73/+81
| |/ /
* | | Set testswarm browsersets to "popular-no-old-ie"Rick Waldron2012-12-311-1/+1
| | | | | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | | Updating the version to 2.0.0preRick Waldron2012-12-311-1/+1
| | | | | | | | | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* | | Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵Mike Sherov2012-12-312-4/+8
| | | | | | | | | | | | string
* | | Add release support for map files.Dave Methvin2012-12-281-10/+45
| |/ |/|