2015年3月18日
摘要: $('body').on('click','.check_eln',function(){ $('#eln_show').toggleClass('hidden'); }); 阅读全文
posted @ 2015-03-18 14:48 甲壳虫的博客 阅读(168) 评论(0) 推荐(0) 编辑
  2015年3月17日
摘要: .css{ -webkit-transition-duration: .3s; transition-duration: .3s;} 阅读全文
posted @ 2015-03-17 21:12 甲壳虫的博客 阅读(121) 评论(0) 推荐(0) 编辑
  2015年3月16日
摘要: $('.obj').css( 'position':'relative', 'top':'100px', 'left':'100px'); 阅读全文
posted @ 2015-03-16 09:44 甲壳虫的博客 阅读(633) 评论(0) 推荐(0) 编辑
  2015年3月13日
摘要: a.setAttribute("onclick",''); 阅读全文
posted @ 2015-03-13 21:31 甲壳虫的博客 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 我是块级元素能用字体缩进 我是行内元素不能用字体缩进 .text-indent-div{ text-indent:2em; }.text-indent-span{ text-indent:2em; display:block;/*转化为块级元素,缩进才会起作用... 阅读全文
posted @ 2015-03-13 11:39 甲壳虫的博客 阅读(230) 评论(0) 推荐(0) 编辑