diff --git a/entries/event.stopImmediatePropagation.xml b/entries/event.stopImmediatePropagation.xml index b067e43a..508ca53d 100644 --- a/entries/event.stopImmediatePropagation.xml +++ b/entries/event.stopImmediatePropagation.xml @@ -34,7 +34,7 @@ $( "p" ).click(function( event ) { }); $( "div" ).click(function( event ) { // This function will be executed - $( this ).css( "background-color", "#f00" ); + $( this ).css( "background-color", "#0f0" ); }); ]]>