10 2015 档案

摘要:position: absolute;margin: auto;left: 0;top: 0;bottom: 0;right: 0; 首先页首必须设置文档类型: 且在head内添加: 即可! (转自http://www.zhnao.com/post/197.html实在太感谢了,这个问题困... 阅读全文
posted @ 2015-10-21 17:40 Mu薇 阅读(393) 评论(0) 推荐(0)
摘要:if (docName.length > 16) { docName = docName.substring(0, 7) + "…" + docName.substring(docName.length - 7, docName.length);}第二种亲亲老公(づ ̄3 ̄)づ╭❤~的方法:if... 阅读全文
posted @ 2015-10-20 11:13 Mu薇 阅读(285) 评论(0) 推荐(0)
摘要://复选框全选全不选//只需要给全选input增加ID=“checkall”就行 $('#checkall').click(function(event) { $(this).closest('tr').siblings('tr').find('input').prop(... 阅读全文
posted @ 2015-10-16 09:13 Mu薇 阅读(169) 评论(0) 推荐(0)