最新下载
西山居首页jQuery焦点图代码
CSS3扁平化风格联系表单
24小时阅读排行榜
- 1 大量 sudo: pam_unix session opened 日志刷屏的限流方案
- 2 如何在VSCode中配置Golang插件_Golang插件安装与使用
- 3 php页面怎么实现重复渐变_php页面重复渐变图案法【技巧】
- 4 Golang sync Mutex和RWMutex如何选择_锁机制使用建议
- 5 单元测试对javascript项目为何重要【教程】
- 6 JavaScript如何编写高阶函数【教程】
- 7 php页面渐变方向能改吗_php页面调整渐变方向教程【技巧】
- 8 如何在Golang中优化channel通信_Golang channel使用优化技巧
- 9 javascript中如何实现继承机制【教程】
- 10 Golang结构体指针和值类型有什么区别_选择正确数据类型方法
- 11 如何在Golang中处理JSON编码错误_Golang json.Marshal错误处理技巧
- 12 如何在Golang中实现字符串模板渲染_Golang text/template使用方法
- 13 如何使用Golang flag解析命令行参数_flag参数定义与读取
- 14 Linux 内存泄漏如何定位?
- 15 如何在事件监听中获取被点击按钮的文本内容而不使用 bind 或传参
最新教程
-
- Node.js 教程
- 16079 2025-08-28
-
- CSS3 教程
- 1546455 2025-08-27
-
- Rust 教程
- 23222 2025-08-27
-
- Vue 教程
- 25689 2025-08-22
-
- PostgreSQL 教程
- 22181 2025-08-21
-
- Git 教程
- 9169 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>
