jQuery plugin for increase and decrease values on a text field.
Puts a two links after a text field for increase and decrease the number on it.
- Requires jQuery 1.5 or newer // The lower versions was never tested.
- Put this on your html head tag:
<script type="text/javascript" src="js/jquery.quantitizr/jquery.quantitizr.js"></script>
<link rel="stylesheet" href="js/jquery.quantitizr/jquery.quantitizr.css" type="text/css" />
- Call the function on document ready on bottom of your code, before the body end tag:
<script type="text/javascript">
$(document).ready(function() {
$(".qnt").quantitizr();
});
</script>
- Always verify if all links (include images links in css file) are correct
- Always debug your code before you publicate your code.
- If you find any bug, please go to my website and send me a message, only that way i will be able to deal with him.
###License: MIT License - http://www.opensource.org/licenses/mit-license.php
Sorry about my english! Enjoy!