🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The Easy Numpad jQuery plugin lets you create a minimal, customizable visual numerical keyboard which allows users to type only numbers in your input field.

Keyboard Keypad

Documentation

easy-numpad

jQuery based soft number pad which is developed use and customize easily

Live example

  • Single element usage.
  1. Add "easy-get" class name where you click to get soft number pad. example -

  2. Add "easy-put" class name where you want to show result. example -

    • Mulitple element usage.
  1. Call below function in any function with any parameter you want. show_easy_numpad();

    example -

    function quantity(x, y, z) { show_easy_numpad(x); }


You May Also Like