Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the `.closest(Array)` code since we no longer use it internally. | Dave Methvin | 2011-09-23 | 1 | -24/+9 |
| | | | | | | It was previously used in liveHandler for delegated events, but is now baked in to events.js. The signature is a strange one since it returns an array of matches, *not* a chainable jQuery object. I've marked it as deprecated. The code is simplified by two things: 1) We don't care about optimizing the duplicate selectors case, and 2) `.is()` now handles positional selectors by looking for set membership, which eliminates the workaround that was being applied here. See https://github.com/jquery/jquery/commit/70e2e32e0eb03607ad0c8b7752dbd7747da47164 for that commit. | ||||
* | Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ↵ | Dave Methvin | 2011-09-19 | 1 | -3/+8 |
| | | | | | | | | work like delegated event logic. Fixes #7322. More Details: - https://github.com/jquery/jquery/pull/491 - http://bugs.jquery.com/ticket/7322 | ||||
* | Quick improvement to the performace of .index() with no arguments - Adding a ↵ | gnarf | 2011-06-14 | 1 | -5/+10 |
| | | | | unit test for .index() of a node without a parent returns -1 | ||||
* | Make sure that forms and selects are added to a jQuery set correctly. Fixes ↵ | John Resig | 2011-04-17 | 1 | -1/+1 |
| | | | | #6912. | ||||
* | Run order problem when running full test suite in Opera 11, removed failing ↵ | timmywil | 2011-04-11 | 1 | -2/+2 |
| | | | | test as it passed by itself and there are others just like it | ||||
* | Fix unit tests in firefox 4 and opera 11, passing null or undefined to ↵ | timmywil | 2011-04-11 | 1 | -1/+6 |
| | | | | indexOf was throwing an error in those browsers | ||||
* | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into ↵ | jeresig | 2011-04-10 | 1 | -1/+1 |
|\ | | | | | | | timmywil-bug_7369 | ||||
| * | Fixes #7369 - Using an attribute selector for a non-existent attribute ↵ | timmywil | 2011-03-30 | 1 | -1/+1 |
| | | | | | | | | raised an exception on disconnected nodes | ||||
* | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into ↵ | jeresig | 2011-04-10 | 1 | -12/+28 |
|\ \ | | | | | | | | | | | | | | | | | | | timmywil-2773_find_closest Conflicts: test/unit/traversing.js | ||||
| * | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pull | timmywil | 2011-03-30 | 1 | -2/+2 |
| | | | |||||
| * | | Add node and jQuery object support to $.fn.closest | timmywil | 2011-03-21 | 1 | -8/+12 |
| | | | |||||
| * | | Organizing vars | timmywil | 2011-03-16 | 1 | -4/+3 |
| | | | |||||
| * | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit ↵ | timmywil | 2011-03-16 | 1 | -5/+18 |
| |/ | | | | | | | tests added | ||||
* | | Fix formatting. | jeresig | 2011-04-10 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-02-26 | 1 | -5/+5 |
|\| | |||||
| * | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -5/+5 |
| | | |||||
* | | Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small ↵ | Timmy Willison | 2011-01-24 | 1 | -2/+3 |
|/ | | | | fix for winnow getting an undefined selector | ||||
* | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery ↵ | John Resig | 2011-01-20 | 1 | -1/+1 |
|\ | | | | | | | into dmethvin-fix-7853-add-context | ||||
| * | By default, use document root rather than current selection's context when ↵ | Dave Methvin | 2010-12-28 | 1 | -1/+1 |
| | | | | | | | | add()ing elements. Fixes #7853. | ||||
* | | Fix tabs vs spaces in initial workaround commit | adam j. sontag | 2011-01-17 | 1 | -1/+1 |
| | | |||||
* | | shorten the SHA | adam j. sontag | 2011-01-17 | 1 | -1/+1 |
| | | |||||
* | | Add link to chrome issue ticket | adam j. sontag | 2011-01-17 | 1 | -0/+1 |
| | | |||||
* | | Add a comment to explain (and enforce the temporary-ness of) an extra line ↵ | adam j. sontag | 2011-01-17 | 1 | -0/+3 |
| | | | | | | | | of code added to workaround a Chrome 10 bug | ||||
* | | Merge branch 'master' of https://github.com/scottgonzalez/jquery | jeresig | 2011-01-14 | 1 | -2/+9 |
|\ \ | |||||
| * | | Avoid running jQuery.unique() for methods that are guaranteed to produce a ↵ | Scott González | 2011-01-14 | 1 | -2/+9 |
| | | | | | | | | | | | | unique result set. Fixes #7964 - Some traversal methods perform an unnecessary uniqueness check. | ||||
* | | | Fix a strange Chrome issue | wycats | 2011-01-14 | 1 | -2/+3 |
|/ / | |||||
* / | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -7/+7 |
|/ | |||||
* | Make sure that when multiple variables are being declared that assignments ↵ | John Resig | 2010-11-09 | 1 | -3/+8 |
| | | | | are each done on their own line. | ||||
* | Forgot to remove the child selector in the previous commit. | John Resig | 2010-10-12 | 1 | -1/+0 |
| | |||||
* | The child selector-prefix branch doesn't work with selectors that have a ↵ | John Resig | 2010-10-12 | 1 | -5/+0 |
| | | | | larger depth. Removing for now - will need to re-evaluate in the future. | ||||
* | Make sure that .find() with multiple direct child selectors is handled ↵ | John Resig | 2010-10-12 | 1 | -2/+2 |
| | | | | correctly. Fixes #7144. | ||||
* | Make sure closest works on disconnected DOM nodes. Fixes #7142. | John Resig | 2010-10-11 | 1 | -1/+1 |
| | |||||
* | Tweaking some formatting of the closest changes. | jeresig | 2010-10-10 | 1 | -8/+5 |
| | |||||
* | Switch back to using Sizzle.matchesSelector. | jeresig | 2010-10-10 | 1 | -6/+7 |
| | |||||
* | Use the new Sizzle matches functionality. | jeresig | 2010-10-10 | 1 | -1/+1 |
| | |||||
* | Fix formatting and switch to using the new matchesSelector method in Sizzle. | jeresig | 2010-10-10 | 1 | -13/+14 |
| | |||||
* | Should improve performance of closest considerably. Benchmark proof in ↵ | wycats | 2010-10-09 | 1 | -11/+19 |
| | | | | speed/closest.html | ||||
* | Handle child selectors in particular - away from the selector engine. Fixes ↵ | John Resig | 2010-09-28 | 1 | -0/+6 |
| | | | | #7029. | ||||
* | Removing unique check on closest(Array) (it wasn't appropriate there and ↵ | jeresig | 2010-09-27 | 1 | -1/+7 |
| | | | | broke functionality elsewhere) - follow-up to commit 8c41325a081f4009aa94748b9b6045e50a78422e. Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dda386b6b2848196689a02a2da6aa40d. | ||||
* | Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ↵ | jeresig | 2010-09-27 | 1 | -5/+9 |
|\ | | | | | | | ajpiano-closestbug-6700 | ||||
| * | .closest() should return a unique set of elements, not duplicates of the ↵ | adam j. sontag | 2010-06-21 | 1 | -5/+9 |
| | | | | | | | | same ancestor. Fixes #6700 | ||||
* | | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
|/ | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | Removed extra semicolon leftover from recent tweaking. | jeresig | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Made it so that you no longer need to build jQuery in order to run the test ↵ | jeresig | 2010-03-23 | 1 | -31/+33 |
| | | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least). | ||||
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -1/+2 |
| | |||||
* | Land some additional tweaks related to running through JSLint. | jeresig | 2010-03-01 | 1 | -2/+1 |
| | |||||
* | Make sure that live events bubble unless explicitly told not to, like a ↵ | jeresig | 2010-02-26 | 1 | -3/+3 |
| | | | | normal event. Fixes #6182. | ||||
* | Filtering elements only. Fixed #5920 | Robert Katic | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | fixed jQuery.dir regression introduced with 1.4 *untils patch that errored ↵ | Ben Alman | 2010-01-24 | 1 | -1/+1 |
| | | | | when traversing XHTML text nodes with an until test | ||||
* | Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791. | jeresig | 2010-01-13 | 1 | -3/+9 |
| |