09 2017 档案

摘要:一。css方法 <style type="text/css"> html,body{ height: 100%; } body{ display: flex; flex-direction: column; height: 100%; } .head{ flex: 0 0 auto; } .cont 阅读全文
posted @ 2017-09-19 23:39 简梦 阅读(524) 评论(0) 推荐(0)
摘要:一。。。toggle()方法 <style> div{ width:200px; height:auto; margin:10px; color:#fff; } div h3{ height:30px; line-height:30px; background:#f00; margin:0px; t 阅读全文
posted @ 2017-09-19 21:00 简梦 阅读(1163) 评论(0) 推荐(0)
摘要:原代码: $("#checked").click(function(){ $(".input[name="checked"]").attr("checked","true"); }); 修改: $("#checked").click(function(){ $(".input[name="check 阅读全文
posted @ 2017-09-07 01:34 简梦 阅读(3273) 评论(0) 推荐(0)