Ver Mensaje Individual
  #19 (permalink)  
Antiguo 11/08/2007, 12:45
Avatar de Panino5001
Panino5001
Me alejo de Omelas
 
Fecha de Ingreso: mayo-2004
Ubicación: -34.637167,-58.462984
Mensajes: 5.148
Antigüedad: 19 años, 10 meses
Puntos: 834
Re: HOWTO: Ejecutar javascript que viene de ajax

MaBoRak, sólo para dejar redondo el script (que está muy bien y de paso Felicitaciones!!!), cambía sc por tagScript ;)
Aquí:
Array.prototype.evalScript = function(extracted)
{
var s=this.map(function(sr){
setTimeout(((sr.match(new RegExp(sc, 'im')) || ['', ''])[1]),0);
});
return true;
};