Skip to content

Edddy/jQueryCalculadora

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

jQueryCalculadora

A simple plugin for doing simple inline calculation inside any <input>

Always loved to make simple calculations inside any number textbox on MS Money, now you can do it with jQuery also. I skipped showing the calculator, because it will create big trouble maintaining the focus in the input, but show a nice ticket with the past operations.

This is my first jQuery plugin and first GitHub project, so have mercy :)

Demo

Demo

Gif Demo

Options

  • decimals Number of decimals to show in the ticket and in the result value. Default is '2'
  • useCommaAsDecimalMark If true, use the comma to parse the numbers and to show the values. Default is 'false'

Usage

$(function () { $("input").calculadora({decimals: 0, useCommaAsDecimalMark: false}); })

About

A simple plugin for doing simple inline calculation inside any <input>

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published