Jquery add percent sign to input box
Posted
by kingzing1
on Stack Overflow
See other posts from Stack Overflow
or by kingzing1
Published on 2010-04-20T19:33:21Z
Indexed on
2010/04/20
19:43 UTC
Read the original article
Hit count: 195
jQuery
I'd like to have an input box that automatically adds a visible percent sign to the user when entering numbers (not just recognizes it as a percent when submitting). Thus, a user hits "2" and sees "2%"
I'm assuming one could use Jquery to do this fairly easily, but I have no idea how! Any ideas?
Thanks everyone.
© Stack Overflow or respective owner