书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 2470 个相关结果.
  • Javascript 类

    Javascript 类 初始化 Javascript 类 项目设置与配置库路径 jQuery 类 特效 hide() / show() toggle() animate() fadeIn() / fadeOut() toggleClass() fadeIn() / fadeOut() slideUp() / slideDown() / s...
  • 声明文件

    声明文件 声明语句 声明文件 第三方声明文件 参考 声明文件 当使用第三方库时,我们需要引用它的声明文件。 声明语句 假如我们想使用第三方库,比如 jQuery,我们通常这样获取一个 id 是 foo 的元素: $ ( '#foo' ); // or jQuery ( '#foo' ); 但是在 TypeScrip...
  • 1. Query Selector

    常用的 class、id、属性 选择器都可以使用 document.querySelector 或 document.querySelectorAll 替代。区别是 document.querySelector 返回第一个匹配的 Element document.querySelectorAll 返回所有匹配的 Element 组成的 NodeL...
  • 库和扩展

    configuration options Examples compile library for usage in a <script> -tag Applications and externals Resolving and externals You developed a library and want to distribute ...
  • 1.3 Object Types

    1.3 Object Types 1.3 Object Types TypeScript programmers use object types to declare their expectations of object behavior. The following code uses an object type literal to sp...
  • 开发辅助工具和模块

    layout: doc 1. 替代 jquery、zepto 选择器 attr & data dom css class position&width&height ajax event util 手机系统 & 浏览器内核 & 浏览器厂商判断 location.hash 获取 parseCacheUrl 2、viewport 帮助...
  • Using Bootstrap CSS & JS

    Using Bootstrap CSS & JS Using Bootstrap CSS & JS Importing Bootstrap Styles Importing Bootstrap JavaScript Using other Bootstrap / jQuery Plugins Using Bootstrap CSS & JS ...
  • 7.1 选择器

    选择器 按ID查找 按tag查找 按class查找 按属性查找 组合查找 多项选择器 练习 选择器 选择器是jQuery的核心。一个选择器写出来类似$('#dom-id') 。 为什么jQuery要发明选择器?回顾一下DOM操作中我们经常使用的代码: // 按ID查找: var a = document . getElem...
  • 7.5 扩展

    [TOC] 扩展 当我们使用jQuery对象的方法时,由于jQuery对象可以操作一组DOM,而且支持链式操作,所以用起来非常方便。 但是jQuery内置的方法永远不可能满足所有的需求。比如,我们想要高亮显示某些DOM元素,用jQuery可以这么实现: $('span.hl').css('backgroundColor', '#fffceb').cs...
  • ProvidePlugin

    ProvidePlugin 使用:jQuery 使用:jQuery 和 Angular 1 使用:Lodash Map 使用:Vue.js 贡献人员 ProvidePlugin 自动加载模块,而不必到处 import 或 require 。 new webpack . ProvidePlugin ({ identifier ...