forked from ilot/ilot-io
Works for me
This commit is contained in:
parent
ee84b1143d
commit
31061ac384
2 changed files with 4 additions and 54 deletions
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue