Socket
Socket
Sign inDemoInstall

jquery.numpad

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    jquery.numpad

Touch-optimized numeric on-screen keypad for jQuery


Version published
Weekly downloads
7
decreased by-70.83%
Maintainers
1
Install size
25.5 kB
Created
Weekly downloads
 

Readme

Source

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

  • With jQuery mobile: http://a.kabachnik.info/numeric-keypad-for-jquerymobile.html
  • With Bootstrap: http://a.kabachnik.info/jquery-numpad.html
  • Stand alone: coming soon!

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 scrolling to top of page if the numpad is called from somewhere in the middle
  • 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!

Keywords

FAQs

Last updated on 24 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc