aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
| * | 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-312-205/+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-312-5/+4
| | |
| * | 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-311-69/+73
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | * '2.0-traversing' of https://github.com/orkel/jquery: Code style Reduce traversing module
| * | | Code styleOleg2012-12-191-1/+2
| | | |
| * | | Reduce traversing moduleOleg2012-12-191-71/+74
| |/ /
* | / Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵Mike Sherov2012-12-311-2/+3
| |/ |/| | | | | string
* | Followup to gh-1089. Avoid duplicate typeof check.Dave Methvin2012-12-231-7/+6
| |
* | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089.Sebi Burkhard2012-12-231-3/+6
| | | | | | | | Also fixes browsers where `typeof RegExp === "function"`.
* | Fix #13076. Speed up $() with strings, part of gh-1089.Sebi Burkhard2012-12-231-2/+2
| |
* | Update SizzleRichard Gibson2012-12-211-0/+0
| |
* | Fix 00bbbe20 test failuresRichard Gibson2012-12-211-0/+0
| |
* | Fix #12569. Improve feature detect for event bubbling. Close gh-1076.Oleg2012-12-201-74/+38
| |
* | Fix #13070: better unescaping logic in SizzleRichard Gibson2012-12-201-0/+0
| |
* | Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093.Oleg2012-12-201-3/+4
|/
* Fix #13078. Remove .live() and .die(). Great rejoicing.Dave Methvin2012-12-181-9/+0
|
* Sizzle: :lang updates for handling backslashes, xml, and inheritanceTimmy Willison2012-12-181-0/+0
|
* Sizzle: QA for :lang from gibsonTimmy Willison2012-12-171-0/+0
|
* Sizzle: add support for :lang selectorTimmy Willison2012-12-171-0/+0
|
* let .attr(checked|selected, true) update the propertyRichard Gibson2012-12-161-1/+1
|