diff --git a/entries/closest.xml b/entries/closest.xml index 14c10a80..903ba1a7 100644 --- a/entries/closest.xml +++ b/entries/closest.xml @@ -109,7 +109,7 @@ $( "li.item-a" ) Show how event delegation can be done with closest. The closest list element toggles a yellow background when it or its descendent is clicked. @@ -134,7 +134,7 @@ $( document ).on( "click", function( event ) {