Cliquez sur "Répondre par e-mail" sur cette page,
Réponses
Trop de publicités?En utilisant jQuery, vous pouvez simplement utiliser la méthode show() :
$("button").click(function () {
$("#mydiv").show("slow");
});
Plus d'informations ici : http://docs.jquery.com/Effects/show
Pier Luigi
Points
4428
Skilldrick
Points
33002
Avec jQuery. Voir Effets jQuery/animate .
Cem Kalyoncu
Points
4740
Shyju
Points
46555