diff --git a/src/sizzle b/src/sizzle index 6e524a591..deb73a18e 160000 --- a/src/sizzle +++ b/src/sizzle @@ -1 +1 @@ -Subproject commit 6e524a5915a8a5dda1969898749c81d0fae64e6e +Subproject commit deb73a18e2e80d8e1a482f1d557b5e8eab545213 diff --git a/test/unit/event.js b/test/unit/event.js index dacb03355..ecaddf3a4 100644 --- a/test/unit/event.js +++ b/test/unit/event.js @@ -2344,7 +2344,7 @@ test("jQuery.off using dispatched jQuery.Event", function() { test( "delegated event with delegateTarget-relative selector", function() { expect(2); - var markup = jQuery( '
' ).appendTo("body"); + var markup = jQuery("").appendTo("#qunit-fixture"); markup .on( "click", ">li>a", function() {