1. 首页
  2. 数据库
  3. 其它
  4. 【经典源码收藏】基于jQuery的项目常见函数封装集合

【经典源码收藏】基于jQuery的项目常见函数封装集合

上传者: 2021-02-22 05:04:12上传 PDF文件 81KB 热度 10次
本文实例汇总了基于jQuery的项目常见函数封装。分享给大家供大家参考,具体如下: /// /* * DIV或元素居中 * @return */ jQuery.fn.mCenterDiv = function () { this.css(position, absolute); this.css(border, 1px solid #ccc); this.css(top, ($(window).height() - this.height()) / 2 + $(window).s
下载地址
用户评论