Tagged Questions
3
votes
6answers
2k views
Javascript: Trigger action on function exit
Is there a way to listen for a javascript function to exit? A trigger that could be setup when a function has completed?
I am attempting to use a user interface obfuscation technique (BlockUI) while ...