I am using jQuery validation engine on a Textbox for Validation. When a user clicks submit without actually submitting data, an error shows up. The problem is that if a user accidently clicks on that textbox and then clicks on any other place on the site an error shows and remains showing until the users refreshs the page. I am using ASP.net MVC 3.
Can anyone show me the way to let the error disappear after 10 seconds?