I have the following situation in JavaScript:
<a onclick="handleClick(this, {onSuccess : 'function() { alert(\'test\') }'});">Click</a>
handleClick
onSuccess
Update2: What I really wanted to ask was already argued in a different page. Please check the following entry. (Thanks to BobS.) http://stackoverflow.com/questions/598878/how-can-i-access-local-scope-dynamically-in-javascript Hello. I've started using jQuery and am wondering how to ...
I'm with a really simple problem but for some reason I can't find the solution. The page is being fetched using ajax. The problem is, I have a JavaScript string and I want ...