Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/02/2011, 07:27
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Crear objeto THIS

Te dejo una referencia a this, y para bindear debes utilizar call o apply, algo así:

Código Javascript:
Ver original
  1. for(var i in objetos)
  2. {
  3.     (function(){
  4.         alert(this.className);
  5.     }).call(objetos[i]);               
  6. }

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)