Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/01/2011, 13:25
Avatar de chicohot20
chicohot20
 
Fecha de Ingreso: mayo-2009
Mensajes: 388
Antigüedad: 15 años
Puntos: 43
Respuesta: [JQuery] Problema con Clone() y Eventos

prueba con:
Código Javascript:
Ver original
  1. $('select').live("change",function(){
  2.    alert($(this).val());
  3. });