最新下载
24小时阅读排行榜
- 1 双11用京东plus买平板会便宜吗?京东双十一买平板优惠大吗
- 2 如何在Golang中使用for循环嵌套
- 3 在Java中如何通过Map计算键值对总数
- 4 Java如何创建一个学生选课管理系统
- 5 php编写内存优化的技巧_php编写性能调优的实用方案
- 6 Golang如何在MacOS配置Golang PATH
- 7 豆包AI文字生成视频需要哪些准备_豆包AI文字生成视频前期准备指南
- 8 windows10如何查看系统正常运行时间(Uptime)_windows10系统运行时间查看教程
- 9 Windows10无法更改默认浏览器怎么办_Windows10默认浏览器修改失败修复方法
- 10 VSCode主题制作:从配色方案到图标定制的完整开发流程
- 11 如何在Golang中减少锁粒度提升性能
- 12 C++如何进行TCP客户端和服务端通信_C++ TCP通信实现方法
- 13 天猫店铺首页装修步骤是什么?天猫店铺首页装修教程
- 14 Golang如何处理HTTP请求超时错误
- 15 VSCode终端进阶:配置任务终端与外部终端的使用方法
最新教程
-
- Node.js 教程
- 6401 2025-08-28
-
- CSS3 教程
- 922970 2025-08-27
-
- Rust 教程
- 10191 2025-08-27
-
- Vue 教程
- 12388 2025-08-22
-
- PostgreSQL 教程
- 9467 2025-08-21
-
- Git 教程
- 4840 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>


