Skip to content

the placeholder and textarea maxlength in IE6 9

Lei Haipeng edited this page Mar 18, 2014 · 1 revision

there's no placeholder in IE6-9, so I create this demo to told you how you can use js to simulate placeholder and the maxlength in textarea.

I clone the input or textarea to same element and set its background-color and border-color transparent.