Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/01/2011, 20:00
PoLiZe
 
Fecha de Ingreso: marzo-2008
Ubicación: Santa Cruz, Argentina
Mensajes: 433
Antigüedad: 16 años, 1 mes
Puntos: 5
Respuesta: jQuery: Cambiar margin-right con animate

Cita:
Iniciado por chicohot20 Ver Mensaje
que no debe ser asi?:

Código Javascript:
Ver original
  1. <script>
  2.   $(document).ready(function() {
  3.  
  4. $("#ocultar").click(function () {
  5.       $("#sidebar").hide("#slide", { direction: "right" }, 1000);
  6. $(".mainContent").animate({
  7.     marginRight: "0px"
  8.   }, 1500 );
  9.  
  10.  
  11. });
  12.  
  13.  
  14.  });
  15.  
  16.  
  17. </script>

Es solo una sugerencia.
El tema es qe el slide funciona y probe asi y nada.