| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove support.reliableHiddenOffsets detect. | Dave Methvin | 2013-01-03 | 2 | -23/+3 |
* | Remove stranded support.js checks for oldIE. | Dave Methvin | 2013-01-03 | 1 | -23/+0 |
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 3 | -227/+250 |
* | Happy New Year! It's 2013. | Dave Methvin | 2013-01-03 | 1 | -1/+1 |
* | Only splice from internal arrays when item actually exists. | Rick Waldron | 2012-12-31 | 1 | -2/+5 |
* | Updates to data.js re-write to pass events and manipulation (full pass in loc... | Rick Waldron | 2012-12-31 | 3 | -38/+43 |
* | 2.0: Rewrite data.js | Rick Waldron | 2012-12-31 | 1 | -220/+189 |
* | Use a fresh input for the value-lossage check. | Dave Methvin | 2012-12-31 | 1 | -0/+1 |
* | Restore optSelected hack still needed by IE9/10 | Dave Methvin | 2012-12-31 | 2 | -0/+18 |
* | Merge branch '2.0-core' of https://github.com/rwldrn/jquery | Rick Waldron | 2012-12-31 | 1 | -160/+32 |
|\ |
|
| * | Explanations for each step of isPlainObject | Rick Waldron | 2012-12-26 | 1 | -1/+8 |
| * | obj === Object(obj) comparison is an unnecessary artifact from refactoring | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
| * | Ensure that null/undefined args don't choke on native indexOf | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
| * | Further reduction, thanks @dcherman | Rick Waldron | 2012-12-26 | 1 | -3/+1 |
| * | Straightforward support note | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
| * | Straightforward support note | Rick Waldron | 2012-12-26 | 1 | -1/+1 |
| * | Remove setTimeout for body existance | Rick Waldron | 2012-12-26 | 1 | -5/+0 |
| * | 2.0: Reduce globalEval | Rick Waldron | 2012-12-26 | 1 | -9/+3 |
| * | 2.0: Reduced parseXML | Rick Waldron | 2012-12-26 | 1 | -10/+7 |
| * | 2.0: Reduce isPlainObject | Rick Waldron | 2012-12-26 | 1 | -15/+5 |
| * | 2.0: Remove isArray shim | Rick Waldron | 2012-12-26 | 1 | -3/+1 |
| * | 2.0: Remove now shim | Rick Waldron | 2012-12-26 | 1 | -3/+1 |
| * | 2.0: Remove inArray shim | Rick Waldron | 2012-12-26 | 1 | -19/+1 |
| * | 2.0: Remove JSON.parse shim | Rick Waldron | 2012-12-26 | 1 | -33/+1 |
| * | 2.0: Remove trim shim | Rick Waldron | 2012-12-26 | 1 | -17/+3 |
| * | 2.0: Removes attachEvent paths for jQuery.ready() | Rick Waldron | 2012-12-26 | 1 | -44/+3 |
* | | Merge branch 'event20' of https://github.com/dmethvin/jquery | Rick Waldron | 2012-12-31 | 1 | -190/+20 |
|\ \ |
|
| * | | 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 |
|\ \ |
|
| * | | Rename fixCloneNodeIssues helper to fixInput | Oleg | 2012-12-28 | 1 | -4/+4 |
| * | | 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 |
| * | | 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 |
| * | | 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 |