迷你型 UI 库 Flippant.js

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-05 06:27:10

软件介绍

Flippant.js 是 DOM 节点上的一个迷你型 UI 库。具有以下特征:

Features:

  • Flippant 极小,不依赖任何其他而存在

  • Flippant 易于自定义,只有几个参数和 CSS

  • Flippant 有一个独特功能: flippant.flip

Flippant.js – Javascript Library for Flipping Elements

代码示例:

var front = document.getElementById('flipthis')
  , back_content = "<h1>I'm the back!</h1>" // Generate or pull any HTML you want for the back.
  , back

// when the correct action happens, call flip!
back = flippant.flip(front, back_content)
// this creates the back element, sizes it and flips it around.

// call the close method on the back element when it's time to close.
back.close()
// alternatively you can trigger a close event on the back element if you fancy.
var close_event = new CustomEvent('close')
back.dispatchEvent(close_event)


本文地址:https://www.codercto.com/soft/d/22686.html

领域特定语言

领域特定语言

Martin Fowler / ThoughtWorks中国 / 机械工业出版社华章公司 / 2013-3 / 89.00元

本书是DSL领域的丰碑之作,由世界级软件开发大师和软件开发“教父”Martin Fowler历时多年写作而成,ThoughtWorks中国翻译。全面详尽地讲解了各种DSL及其构造方式,揭示了与编程语言无关的通用原则和模式,阐释了如何通过DSL有效提高开发人员的生产力以及增进与领域专家的有效沟通,能为开发人员选择和使用DSL提供有效的决策依据和指导方法。 全书共57章,分为六个部分:第一部分介......一起来看看 《领域特定语言》 这本书的介绍吧!

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具