This is a template for jquery plugins. It contains nothing but the structure and helpful comments and should be a good start to build your own plugin.
The extended version contains additional helper functions which you may like.
- modify auto pilot to use class selectors, since attribute selectors are much slower
- Implement i18n with examples
- Build a factory version. Functions which are the same in all plugins can be moved there for inheritance. This will reduce the total amount of code.