最新下载
西山居首页jQuery焦点图代码
CSS3扁平化风格联系表单
24小时阅读排行榜
- 1 php数据库怎么进加密的mysql_php解密连mysql法【步骤】
- 2 php连接达梦报端口不通咋办_php连达梦网络排查法【方案】
- 3 html5播放rtsp怎么切换源_html5rtsp多源切换法【交互】
- 4 如何用 CSS clip-path 创建四角汇聚的全宽网页三角分割布局
- 5 trae里php的zend_extension怎么加_trae加zend扩展法【技巧】
- 6 ios调用html5弹窗被拦截咋办_ios解除弹窗拦截法【方案】
- 7 php实现班级通信录导入重复数据_php去重导入处理方法【技巧】
- 8 Python 如何检测当前运行环境是 PyInstaller 打包后的 exe
- 9 如何使用 CSS 为表格行实现圆角背景(含渐变色/图片)
- 10 php页面渐变能结合CSS变量吗_php页面变量控渐变法【技巧】
- 11 php怎样用array_column二维转一维_phparray_column指定列转一维【步骤】
- 12 如何在 Promise 链中安全、优雅地传递同一对象
- 13 php数组如何筛选奇数或偶数项_php数组奇偶筛选实现【技巧】
- 14 SQL 如何校验数据完整性?
- 15 typing.ParamSpec 如何保留被装饰函数的签名参数类型
最新教程
-
- Node.js 教程
- 16082 2025-08-28
-
- CSS3 教程
- 1546459 2025-08-27
-
- Rust 教程
- 23226 2025-08-27
-
- Vue 教程
- 25695 2025-08-22
-
- PostgreSQL 教程
- 22182 2025-08-21
-
- Git 教程
- 9171 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>
