You are here: irt.org | About | Feedback | 4483 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1272
Sent by
George on Wednesday April 25, 2007 at 03:47:10
Worth:
Worth reading
Length:
Technical:
Not technical enough
Comments:
To pass parameters and keep things in scope you need to use an anonymous function eg:
var myParam = 'hello';
setTimeout(function(){ myfunction(myParam) }, 100);
Other feedback on 'irt.org FAQ Knowledge Base Q1272' - show all