How-to-write-jQuery-plugin ?
如何编写jQuery插件,以及代码重构过程
目录
- src 源文件
- examples 示例
- build 指src里md文件build成pdf和epub之类格式的输出物的目录
教程
- src/jquery.plugin.md
编译
bundle install
rake build
then open build/jquery.plugin.html
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
版本历史
- v0.1.0 初始化版本
- v0.1.1 增加grunt部分说明
作者
- alfred sang(shiren1118@126.com)
- 感谢greatghoul(git)的反馈
License
this gem is released under the MIT License.