Transform any HTML element into a button.
-
Include jQuery:
<script src="path/to/jquery.min.js"></script>
-
Include plugin's code:
<script src="path/to/jquery.buttonize.js"></script>
-
Call the plugin:
$('#element').buttonize({ // config });
Check Releases for detailed changelog.