Features AspectJS is an open source and free framework for AOP in Javascript. Using Import You MUST include the following aspect.js Javascript file : <script src="aspectjs.js"></script> Weaving In order to weave the aspects, you SHOULD use this method : Weaver.addAdvice ( aspect_name, aspect_method, joinpoint_type, pointcut_name, pointcut_method); Demo This demo show how to weave advices in the bu