Code Inside Event.observe Executed Continously
Solution 1:
It sounds like the custom event 'flotr:select'
is being fired continuously.
Looking at the limited code provided i suspect that updating the 'dateRange'
element is firing the 'flotr:select'
event.
if you have firebug or google chrome, put a break point into the code and examine the call stack.
Post a Comment for "Code Inside Event.observe Executed Continously"