Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Traversing: Don't expose jQuery.dir & jQuery.sibling | Michał Gołębiowski | 2015-09-08 | 1 | -38/+11 |
| | | | | | | | | jQuery.dir & jQuery.sibling are undocumented internal APIs; they shouldn't be exposed. Fixes gh-2512 Closes gh-2525 | ||||
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -18/+21 |
| | | | | Fixes gh-2056 | ||||
* | Selector: add jQuery.uniqueSort; deprecate jQuery.unique | Timmy Willison | 2015-05-04 | 1 | -3/+3 |
| | | | | Fixes gh-2228 | ||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -4/+3 |
| | | | | Closes gh-1577 | ||||
* | traversing: Optimise .add by not using makeArray | Timo Tijhof | 2013-12-30 | 1 | -6/+5 |
| | | | | Closes gh-1430 | ||||
* | Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411. | Marian Sollmann | 2013-11-06 | 1 | -2/+2 |
| | | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js | ||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -95/+5 |
| | | | | across all modules) | ||||
* | Apply consistent ordering in all modules. -38 bytes. Order modules like ↵ | Timmy Willison | 2013-09-09 | 1 | -74/+73 |
| | | | | functions > jQuery.extend > jQuery.fn.extend. | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+2 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -3/+9 |
| | |||||
* | Simplification of jQuery#contents method | Oleg | 2013-05-27 | 1 | -3/+1 |
| | |||||
* | Fix #13846: .prev sort direction | Richard Gibson | 2013-05-01 | 1 | -2/+3 |
| | |||||
* | Fix #13819: .parent sort direction | Richard Gibson | 2013-04-24 | 1 | -1/+1 |
| | | | | (cherry picked from commit 6a816ec95fd96d130a4af67a28873d9daa66a328) | ||||
* | Fix #13797: .is with single-node context | Richard Gibson | 2013-04-20 | 1 | -8/+10 |
| | | | | (cherry picked from commit 4f786ba4d2a5544cb48f589d2659d6cab84efc34) | ||||
* | No ticket: Reduce .find | Richard Gibson | 2013-04-20 | 1 | -10/+10 |
| | | | | (cherry picked from commit 85b3c82445d9e88c6e747a33ad97f5f9e35a7d35) | ||||
* | Fix #13539: Utilize Sizzle hooks. Close gh-1215. | Richard Gibson | 2013-04-05 | 1 | -31/+26 |
| | | | | (cherry picked from commit 4ef516903e6e48bce388ca47c1ed88a447199fa1) | ||||
* | Remove an unused support check, correct a comment. Close gh-1211. | Michał Gołębiowski | 2013-04-03 | 1 | -1/+1 |
| | |||||
* | Ref #13283, move .andSelf() to deprecated.js. Close gh-1170. | Nguyen Phuc Lam | 2013-02-26 | 1 | -2/+0 |
| | |||||
* | Fix #13265 #13332: traversing methods with text nodes. Close gh-1145. | Richard Gibson | 2013-02-13 | 1 | -24/+35 |
| | |||||
* | Fix #13349. No need to sort simple .find() cases. | Dave Methvin | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | Code style | Oleg | 2012-12-19 | 1 | -1/+2 |
| | |||||
* | Reduce traversing module | Oleg | 2012-12-19 | 1 | -71/+74 |
| | |||||
* | Ref #13019 and gh-1062. Use parentNode check instead of isDisconnected(). | Dave Methvin | 2012-12-09 | 1 | -6/+0 |
| | |||||
* | Must attach the .selector to the new jQuery object. | Dave Methvin | 2012-11-01 | 1 | -1/+2 |
| | |||||
* | Follow-up for .selector property removal | Oleg | 2012-11-01 | 1 | -5/+2 |
| | |||||
* | Fix #12816. Ensure .find() result are DOM ordered. | Dave Methvin | 2012-10-31 | 1 | -30/+10 |
| | |||||
* | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927. | Mike Sherov | 2012-10-30 | 1 | -17/+24 |
| | |||||
* | Fix #9469. Remove semi-functional .selector property. Close gh-1006. | Dave Methvin | 2012-10-24 | 1 | -5/+7 |
| | | | | Saved 65 bytes. | ||||
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -2/+2 |
| | |||||
* | Update Sizzle: allows disconnected sorting. Change add to always sort with ↵ | Timmy Willison | 2012-10-16 | 1 | -3/+1 |
| | | | | added nodes, even when disconnected. | ||||
* | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 | MORGAN | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Fix a regression where has with multiple contexts was not filtering ↵ | Timmy Willison | 2012-07-27 | 1 | -3/+3 |
| | | | | correctly. Test added. | ||||
* | Remove unnecessary else | Timmy Willison | 2012-07-25 | 1 | -3/+1 |
| | |||||
* | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 1 | -4/+1 |
| | |||||
* | Support event delegation with relative selectors. Fixes #10762. Closes gh-860. | Richard Gibson | 2012-07-23 | 1 | -4/+4 |
| | |||||
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -10/+14 |
| | |||||
* | Optimization of array operations, closes gh-844. | Oleg | 2012-07-06 | 1 | -1/+1 |
| | |||||
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 1 | -4/+2 |
| | | | | Remove reverse in traversing for comma selectors. Sizzle's handling of commas is now more consistent. | ||||
* | Fix #11969. Never a null moment when checking siblings. | Dave Methvin | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -5/+0 |
| | |||||
* | Space => tab indent correction | Rick Waldron | 2012-06-03 | 1 | -2/+2 |
| | |||||
* | Removes temp var, shaves 2 bytes from gzipped size | Rick Waldron | 2012-05-31 | 1 | -2/+3 |
| | |||||
* | jQuery#addBack supports an optional selector that can be used to filter the ↵ | Ben Alman | 2012-05-29 | 1 | -2/+3 |
| | | | | prior set before adding it back. Fixes #9800 | ||||
* | Rename .andSelf to .addBack, deprecate .andSelf #9800 | Dave Methvin | 2012-05-15 | 1 | -1/+3 |
| | |||||
* | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 1 | -21/+1 |
| | |||||
* | Use a do-while statement to reduce redundant code | Rick Waldron | 2012-05-07 | 1 | -4/+3 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Fixes lint issues. | Rick Waldron | 2012-05-07 | 1 | -1/+4 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> | ||||
* | Additional reduction per @Raynos suggestion. Thanks! | Rick Waldron | 2012-05-07 | 1 | -9/+4 |
| | | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com> |