A jQuery plugin to easily define a default button.
You can download the /dist/jquery-default-button.min.js
file into your project. You can also use npm to install it that way:
npm install jquery-default-button
See the /examples
directory for an example of how to use the plugin. Note that in a normal project you will need to expose the /dist/jquery-default-button.min.js
file in some way.
- Modernized for latest jQuery.
- Initial version posted to GitHub.