How to change textbox value on blur() and focus() events in jquery?
Let following text field. By following statement you can set its default value. Use focus() event to change value when you focus on input field. Use blur() event on textbox field. Following is the...