wBoiler is a simple starter kit for creating other jQuery plugins.
It sets up a basic structure on which developers can add the code of their jQuery plugin, respecting all of the recommended industry best practices and development patterns.
wBoiler respects the default jQuery method chaining system, is well commented and provides a clear structure for the plugin's entire code.
It also returns and updates existing settings, and it was the base for some of the Websanova jQuery plugins.
wBoiler was previously known as wBoilerplate.
What is new in this release:
- Fix to make options set before calling function.
What is new in version 1.2.3:
- Added option for preventDefault on mobile event binding.
Requirements:
- JavaScript enabled on client side
- jQuery 1.5 or higher
Comments not found