All Projects → kabachello → Jquery.numpad

kabachello / Jquery.numpad

Licence: mit
Touch-optimized numeric on-screen keypad for jQuery

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Jquery.numpad

Droply Js
Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)
Stars: ✭ 50 (-16.67%)
Mutual labels:  jquery
Simpleparallax.js
Simple and tiny JavaScript library that adds parallax animations on any images
Stars: ✭ 1,075 (+1691.67%)
Mutual labels:  jquery
Rick And Morty Characters
Rick and Morty Characters Timeline
Stars: ✭ 57 (-5%)
Mutual labels:  jquery
Springboot Beginner
🔰 📝 这可能是流程最清晰、代码最干净、注释最详细的 SpringBoot 入门项目咯,对于初学 SpringBoot 的同学非常具有参考与学习价值哟 ~
Stars: ✭ 51 (-15%)
Mutual labels:  jquery
Real Shadow
Module that casts photorealistic shadows
Stars: ✭ 1,066 (+1676.67%)
Mutual labels:  jquery
Jquery.balloon.js
A jQuery plugin to add balloon tips to elements User-friendly, fine-tunable and without css and images
Stars: ✭ 54 (-10%)
Mutual labels:  jquery
Cropper
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
Stars: ✭ 7,825 (+12941.67%)
Mutual labels:  jquery
Restfeel
RESTFeel: 一个企业级的API管理&测试平台。RESTFeel帮助你设计、开发、测试您的API。
Stars: ✭ 59 (-1.67%)
Mutual labels:  jquery
Fuchsia Web Demo
RIP Armadillo
Stars: ✭ 54 (-10%)
Mutual labels:  jquery
Nito
A jQuery library for building user interfaces
Stars: ✭ 56 (-6.67%)
Mutual labels:  jquery
Jcslider
🏂 A responsive slider jQuery plugin with CSS animations
Stars: ✭ 52 (-13.33%)
Mutual labels:  jquery
Jquery Circle Progress
jQuery Plugin to draw animated circular progress bars
Stars: ✭ 1,065 (+1675%)
Mutual labels:  jquery
Paper Ripple
Material Design Ripple effect in pure JS & CSS.
Stars: ✭ 55 (-8.33%)
Mutual labels:  jquery
Imgviewer
jQuery plugin to zoom and pan images, even those with a size that is a percentage of their container
Stars: ✭ 50 (-16.67%)
Mutual labels:  jquery
Jquery Floating Social Share
Social media share buttons with counters.
Stars: ✭ 57 (-5%)
Mutual labels:  jquery
Hummingbird Treeview
A powerful and fast jQuery treeview plugin
Stars: ✭ 50 (-16.67%)
Mutual labels:  jquery
Mapit
An easy way to embed google maps in your site.
Stars: ✭ 54 (-10%)
Mutual labels:  jquery
Simplest Startup Starter
Opinionated HTML landing page template
Stars: ✭ 60 (+0%)
Mutual labels:  jquery
Semanticui Angular
Angular Directives for Semantic UI
Stars: ✭ 58 (-3.33%)
Mutual labels:  jquery
Cmd Resume
Web-based Command Line Resume
Stars: ✭ 55 (-8.33%)
Mutual labels:  jquery

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].