First, It's probably not a good idea to use element.method = function(){..}.See the docs: http://mootools.net/docs/core/Types/Function#Function:periodical You should save the returned value of function.periodical() in a variable, and pass variable into clearInterval. On Mon, Apr 9, 2012 at 4:51 PM, hamburger <[email protected]> wrote: > Hello I need help. > I can't clear my periodical. > > Do I have a Binding problem?? > > http://jsfiddle.net/wK6Kd/2/ > > thx for any hint in advance > hamburger >
