书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 2470 个相关结果.
  • 让Directive动起来link()

    993 2018-04-18 《学习AngularJS 1.x》
    让Directive动起来link() element element 与jQuery的关系 在AngularJS中使用jQuery 实际体验element 的功能 在element 上绑定鼠标移入移出时的变化效果 让Directive动起来link() 在前面几节中,我们都是在学习如何配置Directive。下面,我们将开始学习Di...
  • 5.8. Bundles

    5.8. Bundles 5.8. Bundles Bundles are used to make it easier to link JavaScript scripts and CSS files. You can link CSS bundles with the Styles.Render helper and script bundle...
  • 8. Animation

    8.1 Show & Hide // jQuery $el . show (); $el . hide (); // Native // 更多 show 方法的细节详见 https://github.com/oneuijs/oui-dom-utils/blob/master/src/index.js#L363 el . st...
  • 6. Utilities

    大部分实用工具都能在 native API 中找到. 其他高级功能可以选用专注于该领域的稳定性和性能都更好的库来代替,推荐 lodash 。 6.1 基本工具 isArray 检测参数是不是数组。 // jQuery $ . isArray ( range ); // Native Array . isArray ( ran...
  • 3. DOM Manipulation

    DOM Manipulation DOM Manipulation 3.1 Remove 从 DOM 中移除元素。 // jQuery $el . remove (); // Native el . parentNode . removeChild ( el ); 3.2 Text Get text ...
  • 17. An example of integration with JavaScript

    17. An example of integration with JavaScript 17.1. What we want to do…​ 17.1.1. What features we want to implement 17.2. …​and how we will do it 17.2.1. Component package resour...
  • 扩展

    扩展 编写jQuery插件 针对特定元素的扩展 小结 读后有收获可以支付宝请作者喝咖啡,读后有疑问请加微信群讨论: 扩展 当我们使用jQuery对象的方法时,由于jQuery对象可以操作一组DOM,而且支持链式操作,所以用起来非常方便。 但是jQuery内置的方法永远不可能满足所有的需求。比如,我们想要高亮显示某些DOM元素,用jQuery...
  • 阅前必读

    You Don’t Need jQuery 来源 License You Don’t Need jQuery 前端发展很快,现代浏览器原生 API 已经足够好用。我们并不需要为了操作 DOM、Event 等再学习一下 jQuery 的 API。同时由于 React、Angular、Vue 等框架的流行,直接操作 DOM 不再是好的模式,jQuer...
  • 2. CSS & Style

    CSS & Style 2.1 CSS Get style // jQuery $el . css ( "color" ); // Native // 注意:此处为了解决当 style 值为 auto 时,返回 auto 的问题 const win = el . ownerDocument . defaultVie...
  • JavaScript

    Individual or compiled Using Bootstrap as a module Incompatible plugins Dependencies Still want to use jQuery? It’s possible! Data attributes Selectors Events jQuery events...