jquery - Mathias placeholder plugin bug on IE8 -
so implemented placeholder plugin , have bug on ie8
<asp:textbox id="ctlusername" runat="server" placeholder="user id" maxlength="100"></asp:textbox> <asp:textbox id="ctlpassword" runat="server" placeholder="password" textmode="password" maxlength="12"></asp:textbox>
where user id placeholder becomes value of textbox, dont :(
by way text box has focus onload.
the password works :)
and jquery
$('input, textarea').placeholder();
Comments
Post a Comment