jQuery Boilerplate – Jump-starting jQuery plugins development
Javascript - jQuery
/
Added on August 21, 2011
/
Add to favorites
jQuery Boilerplate is, as the name says, a jQuery boilerplate for quickly developing jQuery plugins. 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 code comes heavily commented to help you get going easily.

Core Features
- Truly object-oriented
- Implements public and private methods as well as public and private properties
- Doesn’t adhere to the suggestions made by the jQuery documentation regarding Plugins/Authoring
- Provides better performance and memory usage by not creating multiple instances of itself and attaching them to the target DOM elements
If you have found any issues with this resource please tell us about it →
Report Resource