views:

14

answers:

0

Hello All,

I am having difficulties while trying to customize the jquery validate plugin.

For validating each field, the validate.js is working fine and displaying the proper message near each field, but I need to add one more feature is that when it is right, the textbox border should be in green color and if it is wrong the color should be in red.

Or If it is right, a green tick should be near the textbox and cross near the wrong entered fields.

So, can you please give me an example on how to do that?