Skip to content

Instantly share code, notes, and snippets.

@PoTHuYJoHN
Created July 15, 2013 14:33
Show Gist options
  • Save PoTHuYJoHN/6000418 to your computer and use it in GitHub Desktop.
Save PoTHuYJoHN/6000418 to your computer and use it in GitHub Desktop.
get caller of method in JS
alert(arguments.callee.caller.toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment