Skip to content Skip to sidebar Skip to footer
Showing posts with the label Aop

Is There A Way To Wrap All Javascript Methods With A Function?

I want to wrap every function call with some logging code. Something that would produce output lik… Read more Is There A Way To Wrap All Javascript Methods With A Function?

Javascript Function Hooks

EDIT: OK, I believe the following solutions are valid: Use the jQuery AOP plugin. It basically wra… Read more Javascript Function Hooks