Does Ie9 Rtw Support The Placeholder Attribute On Input Elements?
A bunch of sites mention support in IE9, but I assume this was something that appeared in the Betas, or RC. It doesn't appear to be supported in IE9 final. Can someone confirm this
Solution 1:
No, placeholder text for form elements was never implemented for IE9. It is easily (and commonly) done with JavaScript.
Placeholder support was added in IE10.
Post a Comment for "Does Ie9 Rtw Support The Placeholder Attribute On Input Elements?"