aboutsummaryrefslogtreecommitdiff
path: root/files/fr/orphaned/web/guide/events
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/orphaned/web/guide/events')
-rw-r--r--files/fr/orphaned/web/guide/events/creating_and_triggering_events/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/fr/orphaned/web/guide/events/creating_and_triggering_events/index.html b/files/fr/orphaned/web/guide/events/creating_and_triggering_events/index.html
index d00b3bd6c4..be6030debc 100644
--- a/files/fr/orphaned/web/guide/events/creating_and_triggering_events/index.html
+++ b/files/fr/orphaned/web/guide/events/creating_and_triggering_events/index.html
@@ -62,7 +62,7 @@ elem.dispatchEvent(event);
<h2 id="Le_déclenchement_dévénements_intégrés">Le déclenchement d'événements intégrés</h2>
-<p>Cet exemple démontre la simulation d'un clic (programmation générant un événement de clic) sur une case à cocher en utilisant des méthodes DOM. <a href="http://developer.mozilla.org/samples/domref/dispatchEvent.html" title="http://developer.mozilla.org/samples/domref/dispatchEvent.html"> Voir l'exemple en action. </a></p>
+<p>Cet exemple démontre la simulation d'un clic (programmation générant un événement de clic) sur une case à cocher en utilisant des méthodes DOM. <a href="http://developer.mozilla.org/samples/domref/dispatchEvent.html"> Voir l'exemple en action. </a></p>
<pre class="brush: js">function simulateClick() {
var event = new MouseEvent('click', {