Skip to content

Commit 2d1e5af

Browse files
author
jSAS
authored
Merge pull request #2 from jsas-development/v1.0.0
1.0.0
2 parents 6298dc8 + ed3347e commit 2d1e5af

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Allows only valid numbers to be typed into a text box. Can take negative numbers
44

55
Original Plugin: http://www.texotela.co.uk/code/jquery/numeric/.
66

7+
## Installation
8+
9+
* Install with [npm](https://npmjs.org): `npm install jquery.numeric --save`
10+
* [Download the latest release][download]
11+
* Clone the repo: `git clone https://github.com/nox-it/jquery-numeric.git`
12+
713
## Usage
814

915
```html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "nox-it-jquery-numeric",
2+
"name": "jquery.numeric",
33
"version": "1.0.0",
44
"description": "jQuery.numeric() allows only valid numbers to be typed into a text box. Can take negative numbers and a decimal point. You can also supply a callback that runs when focus is lost and the value in the text box is not a valid number.",
55
"main": "jquery.numeric.js",

0 commit comments

Comments
 (0)