| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #11115: Normalize boolean attributes/properties. Close gh-1066. | Richard Gibson | 2012-12-15 | 1 | -1/+5 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ... | timmywil | 2012-12-13 | 1 | -1/+1 |
* | Test: Update index.html to new QUnit format. Close gh-1061. | Timo Tijhof | 2012-12-10 | 1 | -6/+6 |
* | Test case for #12816 | Dave Methvin | 2012-10-31 | 1 | -1/+3 |
* | Fix #12009. $().find( DOMElement ) should pushStack properly. Close gh-927. | Mike Sherov | 2012-10-30 | 1 | -11/+13 |
* | Implement expectation test instead of using _removeData. Close gh-997. | Timo Tijhof | 2012-10-28 | 1 | -1/+1 |
* | Update Sizzle: allows disconnected sorting. Change add to always sort with ad... | Timmy Willison | 2012-10-16 | 1 | -6/+3 |
* | Return correct index for no-arg index() calls. Fixes #10977. Closes gh-971 | MORGAN | 2012-10-16 | 1 | -0/+9 |
* | enforce double quotes via JSHint. Closes gh-975 | Mike Sherov | 2012-10-16 | 1 | -11/+11 |
* | Enforce expects in events.js (https://github.com/jquery/2012-dev-summit/issue... | James Huston | 2012-10-15 | 1 | -1/+3 |
* | Fix a regression where has with multiple contexts was not filtering correctly... | Timmy Willison | 2012-07-27 | 1 | -2/+5 |
* | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 1 | -1/+4 |
* | Fix #11969. Never a null moment when checking siblings. | Dave Methvin | 2012-06-26 | 1 | -1/+2 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -7/+8 |
* | jQuery#addBack supports an optional selector that can be used to filter the p... | Ben Alman | 2012-05-29 | 1 | -1/+2 |
* | Rename .andSelf to .addBack, deprecate .andSelf #9800 | Dave Methvin | 2012-05-15 | 1 | -5/+5 |
* | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 1 | -12/+0 |
* | Fix #11543: .has should work on detached elements. | Richard Gibson | 2012-04-05 | 1 | -3/+12 |
* | Fix #11370: .siblings() shouldn't throw exception on a detached element | Richard Gibson | 2012-02-23 | 1 | -1/+2 |
* | Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. ... | timmywil | 2011-12-12 | 1 | -3/+5 |
* | Coerce eq() argument all the time. Fixes #10616 | Rick Waldron | 2011-11-06 | 1 | -3/+13 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -183/+183 |
* | Landing pull request 491. Fix #7322. Make `.is()` with a positional selector ... | Dave Methvin | 2011-09-19 | 1 | -0/+40 |
* | Move filter tests to proper location | timmywil | 2011-09-19 | 1 | -44/+45 |
* | Added filtering tests and updating sizzle to fix filtering with positional se... | timmywil | 2011-09-19 | 1 | -0/+43 |
* | Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #92... | timmywil | 2011-09-19 | 1 | -2/+6 |
* | Fixes assertion counts and dom element fixture issue | Rick Waldron | 2011-08-05 | 1 | -8/+8 |
* | Quick improvement to the performace of .index() with no arguments - Adding a ... | gnarf | 2011-06-14 | 1 | -2/+4 |
* | Disabling .add(form.elements) unit test. | John Resig | 2011-04-22 | 1 | -2/+7 |
* | Merge branch 'qunit_fixture' | timmywil | 2011-04-17 | 1 | -34/+34 |
|\ |
|
| * | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -34/+34 |
* | | Make sure that forms and selects are added to a jQuery set correctly. Fixes #... | John Resig | 2011-04-17 | 1 | -2/+3 |
|/ |
|
* | Adjust the unit tests in traversing - is(jQuery) to avoid long-running script... | timmywil | 2011-04-14 | 1 | -8/+6 |
* | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 1 | -2/+1 |
|\ |
|
| * | Run order problem when running full test suite in Opera 11, removed failing t... | timmywil | 2011-04-11 | 1 | -2/+1 |
| * | Fix broken merge. | jeresig | 2011-04-11 | 1 | -7/+2 |
* | | resolve conflict | louisremi | 2011-04-12 | 1 | -8/+3 |
* | | third batch | louisremi | 2011-04-12 | 1 | -115/+115 |
|/ |
|
* | Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-b... | jeresig | 2011-04-10 | 1 | -0/+4 |
|\ |
|
| * | Fixes #7369 - Using an attribute selector for a non-existent attribute raised... | timmywil | 2011-03-30 | 1 | -1/+5 |
* | | Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into t... | jeresig | 2011-04-10 | 1 | -1/+46 |
|\ \ |
|
| * | | Remove test for bug #7369 to move the fix to a separate branch for a sooner pull | timmywil | 2011-03-30 | 1 | -3/+0 |
| * | | Bug #7369: Check non-existent attribute as well to be sure | timmywil | 2011-03-25 | 1 | -1/+2 |
| * | | Bug #7369: Add test for disconnected node in closest when passing attribute s... | timmywil | 2011-03-25 | 1 | -1/+3 |
| * | | Closest unit tests: add one for passing a jQuery collection with multiple ele... | timmywil | 2011-03-23 | 1 | -2/+4 |
| * | | Add node and jQuery object support to $.fn.closest | timmywil | 2011-03-21 | 1 | -0/+14 |
| * | | 2773: first pass adding node/jQuery object support to jQuery.fn.find; unit te... | timmywil | 2011-03-16 | 1 | -5/+20 |
| * | | Starting with adding the test | timmywil | 2011-03-13 | 1 | -0/+9 |
| |/ |
|
* | | Traversing unit tests: added tests for passing invalid arguments to $.fn.not ... | timmywil | 2011-03-23 | 1 | -19/+12 |
* | | Merge branch 'master' of git://github.com/jquery/jquery into bug_2773 | timmywil | 2011-02-26 | 1 | -3/+3 |
|\| |
|