最近在做登录注册页,为实现框内提示使用插件EnPlaceholder,但是在ie9下效果不好。1.是如果记住密码,密码框文字会和提示重叠2.是ie下提示只在首次出现,改变文字在删除不出现。
先写插件的详细用法,参数
前提将插件下载下来
1、<script type="text/javascript">
$(function() {
$(‘input, textarea‘).placeholder();
});
</script>
这样下ie是获得焦点文字消失,失去焦点文字显示
添加个链接,分析的很好,易于理解
http://www.zhangxinxu.com/wordpress/2012/02/html5-placeholder使用经验分享及拓展/
时间: 2024-10-07 18:10:25