01 2016 档案

摘要:(function(){ //存储已经创建的模块 var moduleMap = {}; //判断是否已经加载过 var fileMap = {}; //空函数 var noop = function(){}; /*注册为全局变量*/ window.thin = { //在这里定义的模块,都被注册到 阅读全文
posted @ 2016-01-30 17:54 程序员米粉 阅读(245) 评论(0) 推荐(0)
摘要:$('body').on('focusin', 'input, textarea', function(event) { if(navigator.userAgent.indexOf('Android') > -1 && ...){ var scroll = $(this).offset();... 阅读全文
posted @ 2016-01-26 14:00 程序员米粉 阅读(318) 评论(0) 推荐(0)