I'm using Jquery's form validation plugin. I wanna display validation error messages inside the fields that are invalids.
For example, if the email field is invalid, I wanna clear its content and display the message above it. I say above, 'coz there's no need to change the content to the error message.
How is that?