Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/06/2013, 07:33
Avatar de alberto510a
alberto510a
 
Fecha de Ingreso: abril-2013
Mensajes: 351
Antigüedad: 11 años
Puntos: 35
Respuesta: La funcion live no me esta funcionando

Hola,

Como te dijeron esa función fue removida la "nueva" es on() tendrías que implementarla así:

Código Javascript:
Ver original
  1. $('#submit').on('click', function(){
  2.  
  3. });

Aquí tienes toda la información sobre ese método que también sustituyó a bind()

http://api.jquery.com/on/

Saludos!
__________________
No hay preguntas tontas, sino tontos que no preguntan.