diff --git a/src/index.html b/src/index.html
index 1f6d298..3f307f9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -24,13 +24,7 @@
-
+
diff --git a/src/script.js b/src/script.js
index 09e11a7..d8c73a3 100644
--- a/src/script.js
+++ b/src/script.js
@@ -1,50 +1,6 @@
- $(document).ready(function(){
+$(document).ready(function(){
- // RIEN AU-DESSUS DE CETTE LIGNE
- // RIEN AU-DESSUS DE CETTE LIGNE
- // RIEN AU-DESSUS DE CETTE LIGNE
- // RIEN AU-DESSUS DE CETTE LIGNE
- // --------------------------------------------------------------------------------------------------------------
-
- // ICI ON TESTE LE CHARGEMENT DU DICTIONNAIRE
alert("Le code Jquery a bien été lu et chargé dans la page");
-
- // EXEMPLE DE CODE SANS CLIC D'UN BOUTON
- $("div.opener").fadeIn(500,0);
- $("div.opener").slideUp(5000,0);
-
-
- $("div.menu").click(function(){
- alert("OK");
- $(".cloud").show();
-
- $("").click(function(){
- alert("OK");
- $(".cloud").show();
- });
-
-
- // EXEMPLE DE CODE SUR LE CLIC D'UN BOUTON
-
- /* par exemple
- $(".fermer").click(function(){
- alert("OK");
- $("div.popup").hide();
- });
- */
- $("").click(function(){
-
- $("").show();
- //$("article.choses").hide();
- //
- //$("article.humains").fadeIn();
- //$("article.choses").fadeOut();
- });
-
-
- // --------------------------------------------------------------------------------------------------------------
- // RIEN SOUS CETTE LIGNE
- // RIEN SOUS CETTE LIGNE
- // RIEN SOUS CETTE LIGNE
-});
\ No newline at end of file
+});
+