I have a series of texfields, which I'd like to format as currency. Preferably, this would be done on the fly but at least onblur. What I mean by currency format is 349507 -> $349,507. Is it possible?
I prefer HTML/CSS/JS solutions, because I need less explanation. I'm not familiar at all with jQuery.
Any help is greatly appreciated.
Mike