Ben Alman
|
02dd7c570b
|
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800
|
2012-05-29 12:04:27 -04:00 |
|
Dave Methvin
|
f76518e393
|
Rename .andSelf to .addBack, deprecate .andSelf #9800
|
2012-05-15 23:14:13 -04:00 |
|
Dave Methvin
|
56d5c1c3a3
|
Fix #11738. Remove deprecated .closest(Array) => Array.
|
2012-05-11 15:11:13 -04:00 |
|
Richard Gibson
|
590bcab245
|
Fix #11543: .has should work on detached elements.
|
2012-04-05 21:03:41 -04:00 |
|
Richard Gibson
|
a619cb3063
|
Fix #11370: .siblings() shouldn't throw exception on a detached element
|
2012-02-23 22:40:07 -05:00 |
|
timmywil
|
2a63b980ed
|
Use Sizzle.Expr.match.globalPOS for identifying POS selectors in traversing. Fixes #10970.
|
2011-12-12 11:23:47 -05:00 |
|
Rick Waldron
|
7cbd7a640f
|
Coerce eq() argument all the time. Fixes #10616
|
2011-11-06 16:17:59 -05:00 |
|
Mike Sherov
|
f35ba5e699
|
Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit.
|
2011-11-06 15:27:42 -05:00 |
|
Dave Methvin
|
70e2e32e0e
|
Landing pull request 491. Fix #7322. Make .is() with a positional selector work like delegated event logic. Fixes #7322.
More Details:
- https://github.com/jquery/jquery/pull/491
- http://bugs.jquery.com/ticket/7322
|
2011-09-19 23:50:52 -04:00 |
|
timmywil
|
0ced30e319
|
Move filter tests to proper location
|
2011-09-19 23:14:37 -04:00 |
|
timmywil
|
11c9de477c
|
Added filtering tests and updating sizzle to fix filtering with positional selectors. Fixes #10315.
|
2011-09-19 23:09:40 -04:00 |
|
timmywil
|
92405d4f5f
|
Override Sizzle attribute retrieval with jQuery.attr. Fixes #5637, #7128, #9261, #9570, #10178.
Bug fixed on the side: $(window).is('a') was throwing an exception. Fixes #10178.
|
2011-09-19 15:42:30 -04:00 |
|
Rick Waldron
|
13647e94e0
|
Fixes assertion counts and dom element fixture issue
|
2011-08-05 10:02:33 -04:00 |
|
gnarf
|
9a96af1d59
|
Quick improvement to the performace of .index() with no arguments - Adding a unit test for .index() of a node without a parent returns -1
|
2011-06-14 23:38:36 -05:00 |
|
John Resig
|
9b00827ac9
|
Disabling .add(form.elements) unit test.
|
2011-04-22 00:51:23 -04:00 |
|
timmywil
|
3aa46725ed
|
Merge branch 'qunit_fixture'
|
2011-04-17 14:12:31 -04:00 |
|
John Resig
|
728a70c036
|
Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912.
|
2011-04-17 10:51:24 -07:00 |
|
timmywil
|
ecf6a3c383
|
Switch QUnit div from depreceted #main to #qunit-fixture
|
2011-04-17 02:43:57 -04:00 |
|
timmywil
|
38d6d9f6e0
|
Adjust the unit tests in traversing - is(jQuery) to avoid long-running script alerts
|
2011-04-14 00:46:10 -04:00 |
|
louisremi
|
a5604aedb7
|
merge with master and resolve more conflicts
|
2011-04-12 11:29:25 +02:00 |
|
louisremi
|
8547b34f92
|
resolve conflict
|
2011-04-12 11:18:44 +02:00 |
|
louisremi
|
f42010b657
|
third batch
|
2011-04-12 10:47:46 +02:00 |
|
timmywil
|
a564a0b1ec
|
Run order problem when running full test suite in Opera 11, removed failing test as it passed by itself and there are others just like it
|
2011-04-11 12:24:31 -04:00 |
|
jeresig
|
6591f6dd9d
|
Fix broken merge.
|
2011-04-11 11:22:52 -04:00 |
|
jeresig
|
909a6ff60a
|
Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-bug_7369
|
2011-04-10 16:48:02 -04:00 |
|
jeresig
|
523db95de2
|
Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into timmywil-2773_find_closest
Conflicts:
test/unit/traversing.js
|
2011-04-10 16:37:09 -04:00 |
|
timmywil
|
a807451a23
|
Fixes #7369 - Using an attribute selector for a non-existent attribute raised an exception on disconnected nodes
|
2011-03-30 23:39:19 -04:00 |
|
timmywil
|
1a16776730
|
Remove test for bug #7369 to move the fix to a separate branch for a sooner pull
|
2011-03-30 23:23:38 -04:00 |
|
timmywil
|
e93ca40aa7
|
Bug #7369: Check non-existent attribute as well to be sure
|
2011-03-25 23:52:36 -04:00 |
|
timmywil
|
e6da0fa6a9
|
Bug #7369: Add test for disconnected node in closest when passing attribute selector; this was recently fixed in 1.5.2rc
|
2011-03-25 23:46:29 -04:00 |
|
timmywil
|
85232c97bf
|
Traversing unit tests: added tests for passing invalid arguments to $.fn.not (should have no effect on existing object rather than return an empty object as filter does)
|
2011-03-23 16:04:12 -04:00 |
|
timmywil
|
b8013581ce
|
Closest unit tests: add one for passing a jQuery collection with multiple elements
|
2011-03-23 15:56:05 -04:00 |
|
timmywil
|
e09d8898d8
|
Add node and jQuery object support to $.fn.closest
|
2011-03-21 20:59:20 -04:00 |
|
timmywil
|
7a69e34a5c
|
2773: first pass adding node/jQuery object support to jQuery.fn.find; unit tests added
|
2011-03-16 01:16:32 -04:00 |
|
timmywil
|
8246347b71
|
Starting with adding the test
|
2011-03-13 21:12:10 -04:00 |
|
timmywil
|
9e5ec378e3
|
Merge branch 'master' of git://github.com/jquery/jquery into bug_2773
|
2011-02-26 18:53:25 -05:00 |
|
Anton M
|
8e40a84c24
|
Fix some unscoped tests which failed after recent changes to QUnit.
|
2011-02-15 21:03:34 +01:00 |
|
Timmy Willison
|
ed48787ec5
|
Fix bug #2773, jQuery.fn.is to accept JQuery and node objects, and a small fix for winnow getting an undefined selector
|
2011-01-24 16:18:19 -05:00 |
|
John Resig
|
2e2d5e9db5
|
Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery into dmethvin-fix-7853-add-context
|
2011-01-20 14:51:30 -05:00 |
|
Dave Methvin
|
948c0dfffc
|
Rework unit tests to check actual result elements.
|
2011-01-19 21:02:46 -05:00 |
|
Colin Snover
|
e2941d5a98
|
Update unit tests with a leak detection mechanism for the various jQuery globals and fix all leaks in the tests.
|
2011-01-09 15:58:47 -06:00 |
|
Colin Snover
|
3e0cc81504
|
Clean trailing whitespace from all files.
|
2010-12-30 00:34:48 -06:00 |
|
Dave Methvin
|
c27d5ca6f5
|
By default, use document root rather than current selection's context when add()ing elements. Fixes #7853.
|
2010-12-28 21:07:04 -05:00 |
|
John Resig
|
085de84959
|
The child selector-prefix branch doesn't work with selectors that have a larger depth. Removing for now - will need to re-evaluate in the future.
|
2010-10-12 10:13:00 -04:00 |
|
John Resig
|
5200194f51
|
Make sure that .find() with multiple direct child selectors is handled correctly. Fixes #7144.
|
2010-10-12 09:19:49 -04:00 |
|
John Resig
|
385ca2aa89
|
Make sure closest works on disconnected DOM nodes. Fixes #7142.
|
2010-10-11 07:45:15 -04:00 |
|
John Resig
|
f1f6bc3ec4
|
Handle child selectors in particular - away from the selector engine. Fixes #7029.
|
2010-09-28 10:33:21 -07:00 |
|
John Resig
|
879799fe95
|
Make sure that ambiguous val() selection works correctly.
|
2010-09-28 08:36:28 -07:00 |
|
jeresig
|
7be11207b9
|
Removing unique check on closest(Array) (it wasn't appropriate there and broke functionality elsewhere) - follow-up to commit 8c41325a08 . Also added another test for closest(Array) after a discussion with @jitter in 26b0e913dd .
|
2010-09-27 20:59:42 -04:00 |
|
jeresig
|
8c41325a08
|
Merge branch 'closestbug-6700' of http://github.com/ajpiano/jquery into ajpiano-closestbug-6700
|
2010-09-27 15:45:02 -04:00 |
|