zoukankan      html  css  js  c++  java
  • 写的模块和方法 wap 和 pc

    createjs 画了一个曲线功能

    rem 的适配方式

    $.fn.stop 方法, zepto 没有的, 对于 2d的旋转 变形 还有 移动都可以停下来, 做动画的属性存储, getComputedStyle 获取当前的css 属性,然后设置上

    touchendV1 方法,  tap 方法和fastClick 方法的缺陷, 解决穿透问题; tap 方法对于 e.preventDefault() 不执行, 因为里面用了 setTimeout(fn, 0);

    android 通过设置 $('html').css('pointer-events', 'none');    setTimeout(function(){ $('html').css('pointer-events', 'auto');   }, 301);

    lightbox 支持 横版,支持 hookShown, hookHiding,类似 react componentDidMount, 支持position: false; positionMiddle: true 整理, 支持阴影的添加和去除 绑定事件;

    添加了 voice 模块, 支持 popstate 的时候要让 声音关闭;  支持ios 的自动播放, 点击页面的时候会先 play 再pause

    debug 组件的添加,  可以直接在页面上输出

    PC

    bindInput 插件, 类似于 百度的搜索

    texttip 类似于 placerhold, 但是点击可以隐藏

    lightbox

  • 相关阅读:
    Restful风格
    SpringMVC概念、原理及搭建
    Mybatis搭建
    HttpServletRequest、HttpServletResponse、Cookie、Session
    Servlet基础
    Spring整合Mybatis
    PHP代码标识
    IOC及Bean容器
    框架
    Spring概况
  • 原文地址:https://www.cnblogs.com/zhengming2016/p/6532560.html
Copyright © 2011-2022 走看看