https://github.com/fernandofig/jquery-formatcurrency http://bendewey.com/code/formatcurrency/demo/
I am using this demo on my site so that when a user enters digits, it will be converted to a currency format.
So now my user can enter the dollar amount and the plugin will auto format for that currency, but my users will be entering cents instead of dollars. See the desired and current scenarios below
Example a user enters: 1200 — Output: $1,200.00 — Desired output $12.00
How can I modify to assume that my customer is typing in the cents instead of dollars.