1
0
Fork 0
forked from ilot/ilot-io

Works for me

This commit is contained in:
Antoine Martin 2024-07-10 18:52:53 -04:00
parent ee84b1143d
commit 31061ac384
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 4 additions and 54 deletions

View file

@ -24,13 +24,7 @@
<script type="text/javascript">
$(document).ready(function(){
alert("Le code Jquery a bien été lu et chargé dans la page");
});
</script>
<script src="script.js"></script>

View file

@ -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
});