SkillAgentSearch skills...

JQuery.NumPad

Touch-optimized numeric on-screen keypad for jQuery

Install / Use

/learn @kabachello/JQuery.NumPad
About this skill

Quality Score

0/100

Supported Platforms

Zed

README

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 <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=B2Y3Y6E45FDBU">donation</a>. Even small donations are a great support!

Related Skills

View on GitHub
GitHub Stars78
CategoryDevelopment
Updated1y ago
Forks50

Languages

JavaScript

Security Score

85/100

Audited on Dec 13, 2024

No findings