Changing input charcter on keypress Event
Hi there,
I am newbie here and learning jQuery. I have a strange requirement of changing each of 8 characters of an input box as the user types in any character from the keyboard. I want to change each and every character typed in one by one. for an example, i am keeping maxlength is equal to 3 and default value none. And if user types "cat" i wanna show this it in input box as "dog" but as he types. if he types character "c" i want to change it to "d' and when he types 'a' it gets changed to 'o' and so on.. any help would be greatly appreciated. Thanks!!