jquery.placeholder.js解决IE8兼容h5中input属性placeholder属性
Posted 董七
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jquery.placeholder.js解决IE8兼容h5中input属性placeholder属性相关的知识,希望对你有一定的参考价值。
<head> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="jquery.placeholder.js"></script> </head> <body> <input type="text" placeholder="账号" value=""> <input type="password" placeholder="密码" value=""> </body> <script> $("input").placeholder(); </script>
以上是关于jquery.placeholder.js解决IE8兼容h5中input属性placeholder属性的主要内容,如果未能解决你的问题,请参考以下文章
学习jquery.placeholder.js让IE浏览器支持html5的placeholder
一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10
一行代码解决各种IE兼容问题,IE6,IE7,IE8,IE9,IE10