Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/02/2014, 13:29
Avatar de EmpireFX
EmpireFX
 
Fecha de Ingreso: marzo-2008
Ubicación: in da house
Mensajes: 60
Antigüedad: 16 años, 10 meses
Puntos: 3
Respuesta: stopPropagation()

Código Javascript:
Ver original
  1. $('.notificacion').on("click", function(event){
  2.         $(this).remove();
  3.         event.stopPropagation();  
  4. });

Tendria que bastar pero sino ahy que ver el conflicto con ese plugin..