Skip to content

Releases: kabachello/jQuery.NumPad

Bugfixes

16 Sep 09:27
Compare
Choose a tag to compare

FIX display shows NAN if attached to a non-input
FIX rounded borders bug in Bootsrap demo

Programmatic open/close

12 Feb 17:15
Compare
Choose a tag to compare

Added the possibility to open and close the numpad programmatically: $(selector).numpad('open') and $(selector).numpad('close')

Scroll-to-top Fix

24 Aug 17:22
Compare
Choose a tag to compare
  • Fixed the scroll-to-top issue
  • Minor fixes
    Thanks to @katelynsills !

Fractions and negative numbers

23 Jul 10:49
Compare
Choose a tag to compare
  • Added support for negative numbers and an appropriate button.
  • Added support for fractions and a corresponding decimal button.
  • Removed the plus and minus button to save space.
  • Fixed changing multiple elements at the same time when the numpad is used for a collection (e.g. table column).

Fixed maxlength property

17 Jul 08:28
Compare
Choose a tag to compare
1.2.1

v1.2.1: Fixed maxlength html property

onChange callback and change event for target input

16 Jul 10:47
Compare
Choose a tag to compare
  • Added onChange callback and corresponding numpad.change event triggered every time the user changes the value displayed on the keypad.
  • Pressing done now triggers a change event on the target input - just like regular keyboard typing would do

Keypad open and close callbacks

08 Jul 07:45
Compare
Choose a tag to compare

Added onKeypadOpen and onKeypadClose callbacks and corresponding numpad.open and numpad.close events

Support for Bootstrap

26 Mar 14:18
Compare
Choose a tag to compare

Added support for Bootstrap and a corresponding demo
The plugin should now be listed in the jQuery plugin repository

Initial release

12 Mar 16:47
Compare
Choose a tag to compare
1.0

Version 1.0