Bruce Tue, 05 Jan 2010 06:44:04 -0800
Is there a jQuery way of doing this Prototype bind? var func = myFunction; setTimeout(func.bind(this), 1000);
Thanks.