[jQuery] bind method to easily create closures with "this" altered.
Hi,
is there any method to bind and create closures with "this" altered in
jQuery (with chain possibility)?? Need it on various functions. I do
not mean Events.
Anythink like this:
function myFunc()
{
}.bind(anything);
Greetings, darki