最新下载
谷歌浏览器插件Color Picker for Chrome™ 在网页上拾取颜色 获取颜色HEX/RGB代码
24小时阅读排行榜
- 1 idea怎么开发html5_IDEA新建HTML5项目写标签JS调API开发页面【开发】
- 2 javascript对象如何创建_属性和方法有什么区别?
- 3 html如何拼写_正确拼写HTML标签与属性【属性】
- 4 html5翻页怎么写_HTML5用JS分页插件或CSS切内容写翻页效果【翻页】
- 5 JavaScript如何实现迭代器模式_JavaScript生成器函数如何懒加载数据
- 6 html5怎么把css_HTML5用link外链或style内嵌引入CSS样式生效【引入】
- 7 javascript怎样实现轮播图_动画效果如何平滑过渡
- 8 html5标签怎么用_html5按语义用header/nav/main等标签搭建页面结构【使用】
- 9 php静态网页设计怎么实现鼠标悬停效果_php静态网页设计hover效果CSS写法【指南】
- 10 javascript箭头函数是什么_与普通函数有何不同
- 11 html5怎样添加视差滚动效果_html5视差滚动实现与性能优化【技巧】
- 12 如何在Golang中实现观察者模式_事件触发通知订阅者
- 13 HTML5怎么添加JS_HT5用script标签外链或内嵌引入JS代码【添加】
- 14 本地php环境怎么连接数据库_mysql连接配置步骤【教程】
- 15 手机上html代码怎么运行_手机运行html代码步骤【指南】
最新教程
-
- Node.js 教程
- 14397 2025-08-28
-
- CSS3 教程
- 1541337 2025-08-27
-
- Rust 教程
- 22081 2025-08-27
-
- Vue 教程
- 24586 2025-08-22
-
- PostgreSQL 教程
- 21276 2025-08-21
-
- Git 教程
- 8378 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>
