Cita:
Iniciado por masterpuppet
esta preguntando como hacer que this dentro de la funcion haga referencia al objecto actual del for, por eso el call.
por eso mismo. si son textbox
Cita: (function(){alert(objetos[i]);})()* // objetos[i] = object HTMLInputElement
Cita: (function(){
alert(this);
}).call(objetos[i]);* *// this = object HTMLInputElement