Modularize

授权协议 未知
开发语言
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 彭衡
操作系统 未知
开源组织
适用人群 未知
 软件概览

This small plugin(673 bytes!) enables you to have modular methods on jQuery.
It allows the developer to apply the module pattern, to the functions of jQuery.fn.
They can be used as namespace/module for more functions.
This helps keeping the rule of only claiming one name from the jQuery namespace.

It enables you to do something like:

$(...).foo().bar( ... ).addClass('magic');

Visit the plugin's homepage, in order to learn more about it.