Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/07/2014, 18:28
Avatar de abimex
abimex
Colaborador
 
Fecha de Ingreso: marzo-2007
Ubicación: ~
Mensajes: 751
Antigüedad: 17 años, 2 meses
Puntos: 137
Respuesta: el mismo evento a distinto elemento

También puedes hacer esto

Código Javascript:
Ver original
  1. var handler = function(event) {
  2.     console.log("event!!!")
  3. }
  4.  
  5. $(".video_prev, .video_next").click(handler);
__________________
>> abimaelmartell.com