views:

294

answers:

2

I need to represent a U.S. Dollar amount input field. I'd like to have some AJAX feedback to format it with a "$" sign and keep two decimal places (and also disallow letters and non digits.) Anyone know of an existing project or have a few quick tips to roll my own?

+1  A: 

Have you tried Masked Input Plugin?

kara
Actually, this mask is better written, but doesn't quite handle dollars.
MikeN
+3  A: 

Another masked plugin

Alex Pavlov
Both masks plugins look good, this one has the extra features needed to build a US dollar amount mask.
MikeN