Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/09/2010, 19:25
jacoboDaniel78
 
Fecha de Ingreso: diciembre-2009
Ubicación: Monterrey
Mensajes: 61
Antigüedad: 14 años, 4 meses
Puntos: 0
Respuesta: jQuery, cargo con ajax y tiene link y no me responde $('#xxxlink')

Tredio funciono perfectamente Gracias por tu ayuda, y voy a agregar
Código Javascript:
Ver original
  1. $(".click").live('click',function(){
  2.         pos = this.id; // asi traigo el id del link
  3.         alert(pos);
  4.     });