
21/01/2011, 07:42
|
| | | Fecha de Ingreso: noviembre-2008
Mensajes: 144
Antigüedad: 17 años Puntos: 2 | |
| Respuesta: Duda sobre .toggle() ponle al div el style asi:
<div style='display:none;'>contenido oculto</div>
<script> $("button").click(function () { $("div").slideDown("slow"); }); </script> |