https://github.com/raphaisdev/quantitizr
jQuery plugin for increase and decrease values on a text field.
https://github.com/raphaisdev/quantitizr
Last synced: 5 months ago
JSON representation
jQuery plugin for increase and decrease values on a text field.
- Host: GitHub
- URL: https://github.com/raphaisdev/quantitizr
- Owner: raphaisdev
- Created: 2011-12-07T13:25:06.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T15:02:58.000Z (over 10 years ago)
- Last Synced: 2025-07-02T17:45:16.726Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quantitizr
jQuery plugin for increase and decrease values on a text field.
## What this plugin do?
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.
## How to use?
- Put this on your html head tag:
```HTML
```
- Call the function on document ready on bottom of your code, before the body end tag:
```HTML
$(document).ready(function() {
$(".qnt").quantitizr();
});
```
## Tips and recomendations
- 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!