Ver Mensaje Individual
  #4 (permalink)  
Antiguo 17/03/2016, 18:12
Avatar de xfxstudios
xfxstudios
 
Fecha de Ingreso: junio-2015
Ubicación: Valencia - Venezuela
Mensajes: 2.448
Antigüedad: 9 años, 6 meses
Puntos: 263
Respuesta: Ocultar div mediante onclick="ocultar(this)"

prueba asi:

Código HTML:
Ver original
  1. <div id="boton" onclick="ocultar(this.id)">OCULTAR</div>
  2.  
  3. function ocultar(X){
  4.  
  5. $("#"+X).hide(500);
  6.  
  7. }
  8.  

https://jsfiddle.net/cbzu1bcz/
__________________
[email protected]
HITCEL