Skip to content

ie9中纯css实现表单元素对placeholder属性的支持

Notifications You must be signed in to change notification settings

liyongleihf2006/ie9-placeholder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ie9-placeholder

优势

不需要通过js来实现placeholder效果,跟现代浏览器一样的配置placeholder属性即可

可以在vue和react中正常渲染

使用方法

<input name="username" placeholder="请输入用户名">

注意事项

ie9-placeholder.cssie9-placeholder.htc 必须要与根文件路径同级,比如根文件是index.html那么在 index.html中引入插件的代码需要写成

<link rel="stylesheet" href="./ie9-placeholder.css">

simple

About

ie9中纯css实现表单元素对placeholder属性的支持

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published