An open API service indexing awesome lists of open source software.

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.

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!