🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

NumPad is a jQuery plugin used to create mobile-friendly numeric keypads for text fields, DIV elements or table columns.

Keyboard Keypad

Documentation

jQuery.NumPad

Flexible touch-optimized numeric keypad for web applications based on jQuery. One of the best things about jQuery.NumPad is that it can easily fit into most UI frameworks using jQuery by merely setting a few templates! The numeric keypad can be used to fill inputs, password fields, general div-elements or entire table columns.

Demos

Documentation

http://a.kabachnik.info/jquery-numpad.html

Quick start

  1. Include the plugin and the CSS in your header
<link rel="stylesheet" href="path_to_numpad_folder/jquery.numpad.css"> <script type="text/javascript" src="path_to_numpad_folder/jquery.numpad.js"></script>
  1. Initialize numpads for every element you want to toggle a numeric keypad
function($){ 	$('selector1').numpad(); }

TODOs & Known bugs

  • Fix conflicts with the locale based number formatting on input fields with type="number".
  • Add position options to place the keypad above or aside the target element
  • Make a simple calculator

License

jQuery.NumPad is an open source project by Andrej Kabachnik, that is licensed under MIT. If you like the plugin an wish to support further development, you can show your appriciation by a donation. Even small donations are a great support!


You May Also Like