jQuery AOP
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/AOP
软件介绍
jQuery AOP is a very small plugin that adds features of aspect-oriented programming (AOP) to jQuery. It allows to add advices (Before, After, Around and Introduction) to any global or instance object.
Features
- Allows to add Before, After,Around and Introduction advices.
- Allows to define point-cuts using regex to match multiple methods.
- Works with global function and object methods.
- Advices can be removed after being applied.
- Just 539 bytes! (Minified and Gzipped)
