Is there a jQuery way of doing this Prototype bind?

var func = myFunction;
setTimeout(func.bind(this), 1000);

Thanks.

Reply via email to