文章分类 -  js文章

摘要:1 /// 2 /* 3 * DIV或元素居中 4 * @return 5 */ 6 jQuery.fn.mCenterDiv = function () { 7 this.css("position", "absolute"); 8 this.css("border", "1px solid #ccc"); 9 ... 阅读全文
posted @ 2016-12-23 23:24 北湮 阅读(784) 评论(0) 推荐(0)