function(){}.bind(this);
On Apr 27, 2011, at 9:19 PM, hamburger wrote:> thy for the fast answers > any hint in jsfiddle how to bind? > > On 27 Apr., 21:15, Sanford Whiteman <[email protected]> > wrote: >>> this.bark is not a function why not???? >> >> Because `this` is the element unless you bind a different `this` -- >> classic `this` situation.... >> >> -- S.
