Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikita-vanyasin/jquery.numberfield.js

jquery.numberfield.js
https://github.com/nikita-vanyasin/jquery.numberfield.js

Last synced: 2 days ago
JSON representation

jquery.numberfield.js

Awesome Lists containing this project

README

        

jquery.numberfield.js
=====================

Based on http://stackoverflow.com/a/15544117

Adds method to jQuery object:

```
$('input.my_number_field').numberField(options);
```

where options is (you can pass any or no options):
```
{
ints: 2, // digits count to the left from separator
floats: 6, // digits count to the right from separator
separator: "."
}
```