[jQuery] Re: Intercept javascript event

2009-09-15 Thread sirrocco
AOP is not really the answere here. As you can see there is a callback function - so the user presses some other buttons and then I have to replay the initial button's onclick functions. On Sep 15, 3:12 am, Steven Black wrote: > One idea: have a look at the Aspect Oriented Programming plugin. >

[jQuery] Re: Intercept javascript event

2009-09-14 Thread Steven Black
One idea: have a look at the Aspect Oriented Programming plugin. See http://plugins.jquery.com/project/AOP and http://code.google.com/p/jquery-aop/ If this isn't exactly what you are looking for, then therin is code to pre- and post-hook existing events. I hope this helps. **--** Steve On S