0.1.1 • Published 5 years ago

jquery-only-numbers v0.1.1

Weekly downloads
3
License
GPL
Repository
github
Last release
5 years ago

OnlyNumbers - jQuery Plugin

npm.io npm.io npm.io npm.io

Allow only numbers input in a html text input field.

Release with Dependencies !!!

If you include the jquery.only-numbers.min.js only, be sure jQuery is part of your Project.
You will get it here:

Install - Demo

  • Download
  • npm install

Run - Demo

  • node server.js
  • Open your browser at localhost:1234

Usage

  • Include jquery.only-numbers.min.js into your Project
$('input[type="text"][name="insert_name_here"]').onlyNumbers();

Contributors

  • Patrick Gräf - graef685@googlemail.com