please can anyone tell me how to validate a text box while iam moving from one text box to another.
it must show an error picture after the text box and it should changes textbox border colour.
iam new to web designing .
please help me
Thanks in advance
This is achieved by invoking validation function on blur event of field. Using jQuery you can inject the event handlers – there are many plugins available for the same.
One such plugin can be found here: http://www.geektantra.com/2009/09/jquery-live-form-validation/
Demo: http://www.geektantra.com/projects/jquery-form-validate/