¡@

Home 

javascript Programming Glossary: settings.functionname

How to turn a String into a javascript function call?

http://stackoverflow.com/questions/912596/how-to-turn-a-string-into-a-javascript-function-call

into a javascript function call I got a string like settings.functionName ' ' t.parentNode.id ' ' that I want to translate into a function.. will have to be done in javascript. When I do an alert on settings.functionName ' ' t.parentNode.id ' ' it seems to get everything correct... to call the function that it would translate into. Legend settings.functionName clickedOnItem t.parentNode.id IdofParent javascript function..