search for: jsfunc

Displaying 1 result from an estimated 1 matches for "jsfunc".

Did you mean: jsfun
2005 Dec 12
2
PeriodicalExecuter passing variables to the callback function
I trying to pass a variable to the call back function of when utilizing the PeriodicalExecuter function ex. new PeriodicalExecuter(refresh, 10); works but new PeriodicalExecuter(refresh(id), 10); works once then errors after the 10 seconds, I get "this.callback is not a function"