Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | 2 | -21/+1 | |
| | | | ||||||
| * | | Remove leading white space check | Oleg | 2012-12-24 | 2 | -12/+2 | |
| | | | ||||||
| * | | Remove createSafeFragment helper | Oleg | 2012-12-24 | 2 | -58/+15 | |
| |/ | ||||||
* | | Merge branch '2.0-attributes-rebased' | Rick Waldron | 2012-12-31 | 2 | -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 hooks | Timmy Willison | 2012-12-31 | 2 | -126/+6 | |
| | | | ||||||
| * | | Resolved conflict | Rick Waldron | 2012-12-31 | 2 | -45/+1 | |
| | | | ||||||
| * | | 2.0: Remove style->cssText attroproties fallback | Timmy Willison | 2012-12-31 | 2 | -5/+4 | |
| | | | ||||||
| * | | 2.0: Remove support.optSelected | Timmy Willison | 2012-12-31 | 2 | -24/+0 | |
| | | | ||||||
| * | | 2.0: Remove oldIE enctype propFix | Timmy Willison | 2012-12-31 | 2 | -8/+0 | |
| | | | ||||||
* | | | Merge branch 'css2' of https://github.com/dmethvin/jquery | Rick Waldron | 2012-12-31 | 1 | -128/+35 | |
|\ \ \ | | | | | | | | | | | | | | | | | * 'css2' of https://github.com/dmethvin/jquery: 2.0: Reduce css.js | |||||
| * | | | 2.0: Reduce css.js | Dave Methvin | 2012-12-18 | 1 | -128/+35 | |
| | | | | ||||||
* | | | | Merge branch '2.0-traversing' of https://github.com/orkel/jquery | Rick Waldron | 2012-12-31 | 1 | -69/+73 | |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | * '2.0-traversing' of https://github.com/orkel/jquery: Code style Reduce traversing module | |||||
| * | | | Code style | Oleg | 2012-12-19 | 1 | -1/+2 | |
| | | | | ||||||
| * | | | Reduce traversing module | Oleg | 2012-12-19 | 1 | -71/+74 | |
| |/ / | ||||||
* | / | Fixes #13088: under IE8, $(selector).attr('style') always return lowercase ↵ | Mike Sherov | 2012-12-31 | 1 | -2/+3 | |
| |/ |/| | | | | | string | |||||
* | | Followup to gh-1089. Avoid duplicate typeof check. | Dave Methvin | 2012-12-23 | 1 | -7/+6 | |
| | | ||||||
* | | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -3/+6 | |
| | | | | | | | | Also fixes browsers where `typeof RegExp === "function"`. | |||||
* | | Fix #13076. Speed up $() with strings, part of gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -2/+2 | |
| | | ||||||
* | | Update Sizzle | Richard Gibson | 2012-12-21 | 1 | -0/+0 | |
| | | ||||||
* | | Fix 00bbbe20 test failures | Richard Gibson | 2012-12-21 | 1 | -0/+0 | |
| | | ||||||
* | | Fix #12569. Improve feature detect for event bubbling. Close gh-1076. | Oleg | 2012-12-20 | 1 | -74/+38 | |
| | | ||||||
* | | Fix #13070: better unescaping logic in Sizzle | Richard Gibson | 2012-12-20 | 1 | -0/+0 | |
| | | ||||||
* | | Fix #13094. Pass index to .before(fn) fn as documented. Close gh-1093. | Oleg | 2012-12-20 | 1 | -3/+4 | |
|/ | ||||||
* | Fix #13078. Remove .live() and .die(). Great rejoicing. | Dave Methvin | 2012-12-18 | 1 | -9/+0 | |
| | ||||||
* | Sizzle: :lang updates for handling backslashes, xml, and inheritance | Timmy Willison | 2012-12-18 | 1 | -0/+0 | |
| | ||||||
* | Sizzle: QA for :lang from gibson | Timmy Willison | 2012-12-17 | 1 | -0/+0 | |
| | ||||||
* | Sizzle: add support for :lang selector | Timmy Willison | 2012-12-17 | 1 | -0/+0 | |
| | ||||||
* | let .attr(checked|selected, true) update the property | Richard Gibson | 2012-12-16 | 1 | -1/+1 | |
| |