All Projects → i5ting → How-to-write-jQuery-plugin

i5ting / How-to-write-jQuery-plugin

Licence: Apache-2.0 License
How to write jQuery plugin? 如何编写 jQuery 插件,以及代码重构过程经验总结

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

版本历史

  • v0.1.0 初始化版本

作者

License

this project is released under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].