随笔 - 193
文章 - 0
评论 - 8
阅读 -
32万
11 2016 档案
ios下input获取焦点以及在软键盘的上面
摘要:ios下input获取焦点以及在软键盘的上面
阅读全文
wampServer安装注意
摘要:http://www.glbwl.com/wampServer-403-forbidden.html http://jingyan.baidu.com/article/e75aca8578147d142edac6d1.html
阅读全文
div仿textarea
摘要:CSS代码: .test_box { width: 400px; min-height: 120px; max-height: 300px; _height: 120px; margin-left: auto; margin-right: auto; padding: 3px; outline: 0
阅读全文
密码显示和隐藏
摘要:var psw=$(this).parent().find(".password"); if ($(psw).attr("type") == "password") { $(psw).attr("type", "text") } else { $(psw).attr("type", "passwor
阅读全文