Estoy intentando crear el objeto this, pero no puedo. Me saltan errores.
Lo quiero hacer en estas lineas(estan resumidas):
Código Javascript:
Ver original
variable="alert(this.className)"; (function(){eval(variable); }).call(miobjeto);
Quiero que miobjeto se convierta en el this, pero no funciona. ¿Como debo hacerlo?