Skip to content

This is a basic template for jquery plugins. It contains nothing but the structure and helpful comments. It should be a good start to build your own plugin.

License

Notifications You must be signed in to change notification settings

bluemoehre/jquery-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-plugin-template

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.

TODO

  • 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.

About

This is a basic template for jquery plugins. It contains nothing but the structure and helpful comments. It should be a good start to build your own plugin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published