11 2016 档案
ios下input获取焦点以及在软键盘的上面
摘要:ios下input获取焦点以及在软键盘的上面 阅读全文
posted @ 2016-11-28 17:19 仔仔爱学习 阅读(4899) 评论(0) 推荐(0)
wampServer安装注意
摘要:http://www.glbwl.com/wampServer-403-forbidden.html http://jingyan.baidu.com/article/e75aca8578147d142edac6d1.html 阅读全文
posted @ 2016-11-25 16:43 仔仔爱学习 阅读(167) 评论(0) 推荐(0)
a链接中套a链接
摘要:a链接中套a链接 阅读全文
posted @ 2016-11-25 11:37 仔仔爱学习 阅读(182) 评论(0) 推荐(0)
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 阅读全文
posted @ 2016-11-23 14:13 仔仔爱学习 阅读(198) 评论(0) 推荐(0)
瀑布流
摘要:http://www.jb51.net/article/34141.htm 阅读全文
posted @ 2016-11-17 15:32 仔仔爱学习 阅读(132) 评论(0) 推荐(0)
密码显示和隐藏
摘要:var psw=$(this).parent().find(".password"); if ($(psw).attr("type") == "password") { $(psw).attr("type", "text") } else { $(psw).attr("type", "passwor 阅读全文
posted @ 2016-11-16 09:44 仔仔爱学习 阅读(193) 评论(0) 推荐(0)