From 93b955d605d294fd291691e181afaaaaca0b1727 Mon Sep 17 00:00:00 2001 From: Fokke Zandbergen Date: Wed, 7 Jun 2017 14:36:50 -0700 Subject: [PATCH] Remove delegated on example --- entries/on.xml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/entries/on.xml b/entries/on.xml index 18a17cae..8a6168b0 100644 --- a/entries/on.xml +++ b/entries/on.xml @@ -262,14 +262,6 @@ $( "body" ).on( "click", "p", function() { $( "body" ).on( "click", "p", function() { alert( $( this ).text() ); }); -]]> - - - Cancel a link's default action using the .preventDefault() method: -