String to function in Javascript
Posted by Steve on January 04, 2012 | Comments | Read full article
Say you only have the name of a function you wanna callback at some point in javascript, no problems if you have a public globally scoped function.
No dice if you have a namespaced or 'method' function in another context.