Releases: kabachello/jQuery.NumPad
Releases · kabachello/jQuery.NumPad
Bugfixes
Programmatic open/close
Added the possibility to open and close the numpad programmatically: $(selector).numpad('open')
and $(selector).numpad('close')
Scroll-to-top Fix
- Fixed the scroll-to-top issue
- Minor fixes
Thanks to @katelynsills !
Fractions and negative numbers
- 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
1.2.1 v1.2.1: Fixed maxlength html property
onChange callback and change event for target input
- Added
onChange
callback and correspondingnumpad.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
Added onKeypadOpen
and onKeypadClose
callbacks and corresponding numpad.open
and numpad.close
events
Support for Bootstrap
Added support for Bootstrap and a corresponding demo
The plugin should now be listed in the jQuery plugin repository
Initial release
1.0 Version 1.0