0
votes
What advantages does jQuery have over other JavaScript libraries?
I have been using jQuery for a few months now and have found it an enjoyable experience. The framework is clear and concise it has a great plugin architecture and is very well supported but framew …
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 …
