Ver Mensaje Individual
  #3 (permalink)  
Antiguo 25/07/2014, 08:01
chelitovc
 
Fecha de Ingreso: mayo-2010
Mensajes: 6
Antigüedad: 14 años
Puntos: 0
De acuerdo Respuesta: Problema con Datatables - Seleccionar fila

Revisando este blog pude confirmar que si '.on()', es la solucion
ej:
Código:
$('#tablaRegistro').on('keyup','#tr td #num',function(){})
'keyup'= evento a realizarse
'#tr td #num'=fila insertada dinamicamente.
function(){}=funcion a aplicarse.

Lei por ahi que el metodo live() ya esta obsoleta...

Gracias me salvaron nuevamente...