keep placeholder on focus in IE10
Under WebKit and Firefox, the text in a input 's placeholder sticks around on focus —it doesn't disappear until input.val actually has something in it. Is there a good way to force IE10 to do the same thing? Kevin Hakanson The :-ms-input-placeholder pseudo-class documentation from the Internet Explorer Developer Center seems to imply this is working as designed. The placeholder text is displayed with the specified style until the field has focus, meaning that the field can be typed into. When the field has focus, it returns to the normal style of the input field and the placeholder text