JQuery validation plugin - error highlight problem?

Found the answer, you have to provide an unhighlight property as well.

The function you used to highlight the error control sets the css property backgroundColor to 'red' using the jQuery.css() function, which puts the rule in the style attribute on the element. If you don't have another callback function that resets the background on the element to inherit using the jQuery.css() function, or otherwise overrides/removes the rule in the style tag, then the rule will stay in place and the form element will continue to have a red background.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions