/ Published in: JavaScript
URL: http://www.iancrowther.co.uk
When trying to find out who called a method without debugging tools
Expand |
Embed | Plain Text
alert(arguments.callee.caller);
You need to login to post a comment.
iancrowther on 12/03/10
1 person have marked this snippet as a favorite
URL: http://www.iancrowther.co.uk
When trying to find out who called a method without debugging tools
alert(arguments.callee.caller);
You need to login to post a comment.