书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 2473 个相关结果.
  • Django 2.2.2 release notes

    Django 2.2.2 release notes CVE-2019-12308: AdminURLFieldWidget XSS Patched bundled jQuery for CVE-2019-11358: Prototype pollution Bugfixes Django 2.2.2 release notes June 3,...
  • Django 2.2.2 release notes

    Django 2.2.2 release notes CVE-2019-12308: AdminURLFieldWidget XSS Patched bundled jQuery for CVE-2019-11358: Prototype pollution 漏洞修复 Django 2.2.2 release notes June 3, 201...
  • Assets

    787 2018-02-05 《Rails 风格指南》
    应使用 assets pipeline 来管理应用的资源结构。 自定义的样式表、JavaScript 文件或图片文件,应放在 app/assets 目录下。 把自己开发但不好归类的库文件,应放在 lib/assets/ 目录下。 第三方代码,如 jQuery 或 bootstrap ,应放在 vendor/assets 目录下。 尽...
  • Third Party Integration

    三方集成 参考资料: 三方集成 下面这篇教程会简单介绍React如何和三方库集成. 在这个例子中我们将会学习到如何混合使用React和jQuery UI 这个插件.我们选用了tag-it这个jQuery插件来举例. 这个插件将无序列表(unordered list)转化成input标签来管理. <ul> <li> JavaScript...
  • 2.3. 前端常用代码

    912 2020-02-24 《Eova 开发文档》
    基础介绍: JQuery ID选择器$("#myELement")JQuery Class 选择器$(".myClass") 查看更多JQuery选择器语法 JQuery语法在线文档 // 如下是Eova控件-文本框,经过浏览器渲染后的html代码(谷歌浏览器右键>检查/审查) < div class = "eova-text" id = ...
  • Introduction

    Introduction Quick start CSS JS Bundle Separate Components Starter template Important globals HTML5 doctype Responsive meta tag Box-sizing Reboot Community CSPs and em...
  • 样式说明

    jquery ui css 变量 使用方法 特别注意 jquery ui css 变量 在开发组件时, 有时需要用到jquery ui里定义的颜色。 Enhancer 在组件页面提供了下面这些和 jquery ui 相关的 css 变量: -- ui - widget - ui - widget - content - border - ...
  • DOM 操作

    DOM 操作 DOM 操作 Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Another class of functions that is often considere...
  • DOM 操作

    DOM 操作 DOM 操作 另一类通常被认为很难进行测试的功能是直接对DOM进行操作的代码。 Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Let’s see how we ...
  • DOM 操作

    DOM 操作 DOM 操作 Another class of functions that is often considered difficult to test is code that directly manipulates the DOM. Another class of functions that is often considere...