最新下载
24小时阅读排行榜
- 1 行锁和表锁有什么区别_mysql锁机制解析
- 2 XSLT 3.0的新特性在数据映射中的应用
- 3 如何给XML文件添加数字签名 C#实现XML签名
- 4 XML Catalog是什么 如何用它来解析本地DTD/XSD文件
- 5 PowerShell如何监控文件系统事件并调用API上传XML
- 6 如何用javascript实现本地存储【教程】
- 7 css 动画与 transform-origin_自定义动画的旋转轴心
- 8 如何使用Golang构建微服务API网关_Golang微服务API管理实践
- 9 mysql中HAVING子句与WHERE子句的区别
- 10 mysql中LIMIT与OFFSET的分页查询语法
- 11 Java如何配置SAXParserFactory以禁用外部实体
- 12 如何在 Antora 文档中启用 SVG 图像的交互式提示(Tooltips)
- 13 Python 实现带降级机制的缓存策略:网络不可靠时返回过期数据
- 14 PHP中生成指定日期范围内每周特定星期几的所有日期
- 15 如何在 PHP 中生成指定日期范围内每周特定星期几的所有日期
最新教程
-
- Node.js 教程
- 16105 2025-08-28
-
- CSS3 教程
- 1546511 2025-08-27
-
- Rust 教程
- 23244 2025-08-27
-
- Vue 教程
- 25712 2025-08-22
-
- PostgreSQL 教程
- 22196 2025-08-21
-
- Git 教程
- 9183 2025-08-21
代码片段:
<section class="example">
<h3 class="sub-title">HTML or Text</h3>
<div class="codes">
<div class="code-cel">
<h4 class="code-title">html</h4>
<pre><code class="language-markup"><!-- This example uses "animate.css" library by Daniel Eden, take a look at "daneden.github.io/animate.css" -->
<a href="#" class="link-html"
data-box-html="<div class='example-html'>Hello there!</div>"
data-box-animate-open="animated tada"
data-box-animate-close="animated flipOutX">
HTML content example
</a></code></pre>
</div>
<div class="code-cel">
<h4 class="code-title">js</h4>
<pre><code class="language-javascript">$('.link-html').edbox();</code></pre>
</div>
</div>
<a href="#" class="btn btn-example link-html" data-box-html="<div class='example-html'>Hello there!</div>" data-box-animate-open="animated tada"
data-box-animate-close="animated flipOutX">HTML content example</a>
</section>
