1. When I click the submit button once, the validation message is triggered (good), but the text color of the place holder does not change as it should, if I click it twice, it changes perfectly. I need to have it change on the first time, as long as there is an error, it should change.
2. Say you put any value for name, for example, the letter e, then hit submit twice, the placeholder text goes over what was typed. I need to have no placeholder show up over the text, since there is a value there. Here is the fiddle I have http://jsfiddle.net/Lqb6q/ Any idea how to fix this?
以上就是Submitting form with placeholders, color not firing from first click jQuery的详细内容,更多请关注web前端其它相关文章!