This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| -------------------------- | |
| Method to limit text inputs to numeric characters only. | |
| Please consider HTML5 validation instead when applicable. | |
| -------------------------- | |
| Source: https://gist.github.com/satyago/c556e1ca3e0a081148a035da02b5c3b1 | |
| Fiddle: https://jsfiddle.net/1m9c1fnb/ | |
| Copyright 2017 by SATYAGO <code@satyago.com> |