本文主要是介绍让IE支持placeholder属性~,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
2. [代码]使用方法 跳至 [1] [2] [全屏预览]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | <! doctype html> < html > < head > < meta charset = "utf-8" > < title >jQuery JPlaceholder Demo</ title > < script src = "jquery-1.8.3.min.js" ></ script > < script src = "jquery.JPlaceholder.js" ></ script > </ head > < body > < form > < div > < ul > < li > < input type = "text" name = "username" placeholder = "用户名" > </ li > < li > < input type = "password" name = "username" placeholder = "密码" > </ li > < li > < button type = "button" >登录</ button > </ li > </ ul > </ div > </ form > </ body > </ html > |
这篇关于让IE支持placeholder属性~的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!