摘要: /// <reference path="jquery-1.8.0.min.js" />/** DIV或元素居中* @return*/jQuery.fn.mCenterDiv = function () { this.css("position", "absolute"); this.css("bo 阅读全文
posted @ 2017-06-17 10:44 Debugs 阅读(3075) 评论(0) 推荐(0)