| Commit message (Expand) | Author | Age | Files | Lines |
* | Build: ESLint details | Oleg Gaidarenko | 2016-06-11 | 1 | -0/+6 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -4/+4 |
* | Docs: Update support comments related to IE | Michał Gołębiowski | 2016-03-30 | 1 | -1/+1 |
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -1/+1 |
* | Manipulation: Bring tagname regexes up to spec | Leonardo Braga | 2016-01-07 | 1 | -1/+1 |
* | Core: do not expose second argument of the `jQuery.globalEval` | Oleg Gaidarenko | 2015-12-02 | 1 | -2/+3 |
* | Manipulation: execute scripts from iframe in the iframe's context | Timmy Willison | 2015-11-09 | 1 | -1/+1 |
* | Data: avoid using delete on DOM nodes | Jason Bedard | 2015-09-08 | 1 | -2/+8 |
* | Manipulation: Switch rnoInnerhtml to a version more performant in IE | Sean Henderson | 2015-09-08 | 1 | -1/+5 |
* | Data: Don't expose jQuery.acceptData | Jason Bedard | 2015-09-08 | 1 | -3/+3 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -24/+27 |
* | Data: remove user data in cleanData | Jason Bedard | 2015-07-28 | 1 | -10/+15 |
* | Manipulation: Remove an internal argument to the remove method | Michał Gołębiowski | 2015-06-14 | 1 | -25/+29 |
* | Manipulation: privatize internal domManip() function | Timmy Willison | 2015-05-05 | 1 | -94/+93 |
* | Manipulation: privatize buildFragment() function | Timmy Willison | 2015-05-05 | 1 | -151/+13 |
* | Manipulation: Make an HTML interception point | Richard Gibson | 2015-04-30 | 1 | -2/+6 |
* | Manipulation: Detect sneaky no-content replaceWith input | Richard Gibson | 2015-04-30 | 1 | -18/+21 |
* | Data: restore explicit data removal of private data in cleanData. | Rick Waldron | 2015-03-09 | 1 | -1/+1 |
* | Data: move element cache to element[expando] | Rick Waldron | 2015-03-04 | 1 | -20/+11 |
* | Manipulation: don't auto-insert tbody | Oleg Gaidarenko | 2015-02-11 | 1 | -6/+6 |
* | Manipulation: simplify html wrappers | Oleg Gaidarenko | 2015-02-10 | 1 | -2/+13 |
* | Manipulation: add support to tag-hyphenated elements | Leonardo Braga | 2015-01-13 | 1 | -2/+2 |
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 1 | -1/+1 |
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -6/+6 |
* | Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch | Timmy Willison | 2014-11-03 | 1 | -1/+0 |
* | Manipulation: Tolerate XMLNode host object input to getAll | Richard Gibson | 2014-09-04 | 1 | -2/+6 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -19/+21 |
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -11/+9 |
* | Manipulation: don't use Object.keys for consistency | Michał Gołębiowski | 2014-03-09 | 1 | -4/+3 |
* | No ticket: Reduce size by reordering variable declarations. Close gh-1416. | Chris Antaki | 2013-11-05 | 1 | -5/+5 |
* | Fix #11809: Update text without creating DOM nodes. Close gh-1412. | Chris Antaki | 2013-11-05 | 1 | -1/+5 |
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -18/+16 |
* | Fix #14290. Don't throw if text node is appended to table. Close gh-1371. | Dave Methvin | 2013-09-19 | 1 | -1/+1 |
* | Simplify replaceWith method. Closes gh-1276 | Oleg | 2013-09-17 | 1 | -21/+11 |
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -4/+3 |
* | Fix support test for checkClone. Fixes Safari 5.1 manip failures. | Timmy Willison | 2013-09-11 | 1 | -2/+3 |
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ac... | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
* | Apply consistent ordering in all modules. -38 bytes. Order modules like funct... | Timmy Willison | 2013-09-09 | 1 | -270/+270 |
* | Break jQuery.access out into its own module to separate it from core; Adjust ... | Timmy Willison | 2013-09-09 | 1 | -17/+22 |
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -5/+7 |
* | Specify support as a dependency wherever it is used. Optimize module order to... | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -24/+27 |
* | Fixes #13976: Garbage input should not cause error in buildFragment. Close gh... | ruado1987 | 2013-07-01 | 1 | -1/+1 |
* | Optimize cleanData: allow direct access to data_priv for cleanup | Rick Waldron | 2013-05-13 | 1 | -22/+22 |
* | Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script") | Richard Gibson | 2013-04-29 | 1 | -2/+2 |
* | Fixes #13815: Ensure each element has its own private data object - Tests by ... | Corey Frang | 2013-04-24 | 1 | -3/+1 |
* | Fix #13818: Add wrapMap entry for col element | Oleg | 2013-04-24 | 1 | -1/+2 |
* | Fix #13810: .replaceWith(nextSibling) | Richard Gibson | 2013-04-22 | 1 | -0/+4 |