prototype Event.stopObserving
Date: 12/29/06
(Javascript Community) Keywords: no keywords
Hi guys,
I'm having a problem with prototype's stopObserving.
There's an element which is animated onclick. The problem, though is that while animation is in progress clicking on an element produces unpleasant blinking effect (apparently because function is called and animation starts from the beginning). I put stopObserving in the beginning of annimation function to stop event handling but it's still not working.
Does anybody know what the problem is?
Here's a page (code can be toggled right there)
Thank you
Source: http://community.livejournal.com/javascript/122480.html