摘要: /// <reference path="jquery-1.8.0.min.js" /> /* * DIV或元素居中 * @return */ jQuery.fn.mCenterDiv = function () { this.css("position", "absolute"); this.cs 阅读全文
posted @ 2014-01-08 17:00 深南大道 阅读(143) 评论(0) 推荐(0)