Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 509 Bytes

File metadata and controls

18 lines (11 loc) · 509 Bytes

jquery.validateNumbersInput

---------------------------------This widget is on develop and open for proposals.----------------------------------------

A small widget that allows to validate that input is numbers

Required jQuery

To validate user input just call to function validateNumbersInput on jQuery object.

This examle will validate all text inputs on page: $('input[type=text]').validateNumbersInput();

Tested on: Mac safari, chrome Windows chrome, IE10, FF