1
vote
Jquery, keypress: my regex is working well, it’s messing up my dynamic feedback
If I am reading this right then you want the each character to display on the screen then be removed you might want to use the onkeyup event instead of the onkeypress. As alex suggested you could …
