书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 2473 个相关结果.
  • _.debounce(func, [wait=0], [options={}])

    _.debounce(func, [wait=0], [options={}]) Since Arguments Returns Example _.debounce(func, [wait=0], [options={}]) source npm package Creates a debounced function that del...
  • 使用 WebJars

    3.5.17.1. 使用 WebJars 3.5.17.1. 使用 WebJars 此方法允许使用打包到 JAR 文件中并在 Maven Central 上部署的各种 JS 库。要在应用程序中使用来自 WebJar 的组件需要执行以下步骤: 添加依赖到 web 模块的 compile 方法: compile 'org.webjars.b...
  • 7.4 动画

    动画 show / hide slideUp / slideDown fadeIn / fadeOut 串行动画 为什么有的动画没有效果 练习 AJAX ajax get post getJSON 安全限制 动画 用JavaScript实现动画,原理非常简单:我们只需要以固定的时间间隔(例如,0.1秒),每次把DOM元素的CS...
  • 框架结构

    1317 2018-07-17 《前端工程师手册》
    框架结构 闭包 模块 参考资料 框架结构 第一个框架,我们选择模仿jQuery,这是目前web之中使用最广泛的一个库。 这个框架暂时就叫做mock.js , 模仿学习的意思。 闭包 js的变量作用域是按函数划分的,闭包是函数内部的函数,能够有效的保护好变量不污染外部。需要外部的接口,通过window挂载出去。比如这样: ( funct...
  • 7. Promises

    Promise 代表异步操作的最终结果。jQuery 用它自己的方式处理 promises,原生 JavaScript 遵循 Promises/A+ 标准实现了最小 API 来处理 promises。 7.1 done, fail, always done 会在 promise 解决时调用,fail 会在 promise 拒绝时调用,alw...
  • DOM Manipulation

    DOM Manipulation DOM Manipulation Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let’s see how we can test the ...
  • DOM Manipulation

    Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let's see how we can test the following snippet of jQuery code tha...
  • DOM Manipulation

    Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let's see how we can test the following snippet of jQuery code tha...
  • DOM Manipulation

    Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let's see how we can test the following snippet of jQuery code tha...
  • DOM Manipulation

    DOM Manipulation DOM Manipulation Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let’s see how we can test the ...