# jquery.easyPlugin **Repository Path**: charleslo/jquery.easyPlugin ## Basic Information - **Project Name**: jquery.easyPlugin - **Description**: 一行代码注册标准化jQuery插件 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquery.easyPlugin 一个jQuery插件注册工具,可实现一行代码将一个 类、function 注册为一个标准的jQuery对象操作插件或全局操作插件 注册对象操作插件:$.easyPlugin('pluginName', PluginBody, false); 注册全局操作插件:$.easyPlugin('pluginName', PluginBody, true);