|<- [[vpfjsphp:Understanding event propagation]]|[[vpfjsphp:Cancelling default behavior]] ->| ===Méthode normale=== stopPropagation() mon_element.addEventListener('click',function(e) { console.log("clic sur mon_element."); e.stopPropagation(); }, false); === cancelbubble = true;