随笔分类 -  JS

js基于Layui模块化封装
摘要://设置body高度 $(function () { var topHei = 0; var CH = window.innerHeight || document.documentElement.clientHeight; document.getElementsByTagName("body")[0].style.height = CH - topHei + 'px'... 阅读全文

posted @ 2018-10-16 20:01 Jeryy 阅读(680) 评论(1) 推荐(0)

js模块化
摘要:var lnv_dp = lnv_dp || {}; (function () { var Valuation = function (config) { this.config = { style: true, isPhone: false, collect: false, ... 阅读全文

posted @ 2018-10-16 19:59 Jeryy

导航