Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 595 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 595 Bytes

jQuery Boilerplate

A boilerplate for jump-starting jQuery plugins development.

Contains lots of comments to help you get going easily. It is truly object-oriented, it implements public and private methods as well as public and private properties, making it the ideal candidate for when building both simple and complex jQuery plugins. It does not adhere to the suggestions made by the jQuery documentation regarding Plugins/Authoring and by doing so it provides better performance and memory usage by not creating multiple instances of itself and attaching them to the target DOM elements.