OWL ITS + 탐지시스템(인터넷 진흥원)
jhjang
2021-10-14 722a8a9409f3bbe3da0a1c77d709d68cfb0a6705
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
layout: page-nowrap
title: Tooltip.js
description: Dead simple tooltips, powered by Popper.js
---
 
 
<section class="wrapper style5">
  <div class="inner">
      <script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CKYIE2QW&placement=fezvrastagithubiopopperjs" id="_carbonads_js"></script>
 
 
      <h2>Tooltip.js</h2>
      <p>
          Since Popper.js is an engine, we wanted to provide a library that shows you how
          you can use it in the real world.
      </p>
      <p>
          Tooltip.js can create, show, hide and toggle tooltips. Its API is almost identical
          to the one used by Bootstrap for their tooltips, if you know Bootstrap, you already
          know Tooltip.js!
      </p>
  </div>
</section>
 
<section id="examples" class="wrapper style2 alt">
    <section class="spotlight half-height">
        <div class="example">
            {% include example10t.html %}
        </div>
        <div class="content">
            {% include example10t-code.html %}
        </div>
    </section>
 
    <section class="spotlight half-height">
        <div class="example">
            {% include example20t.html %}
        </div>
        <div class="content">
            {% include example20t-code.html %}
        </div>
    </section>
</section>
 
<!-- CTA -->
    <section id="cta" class="wrapper style5">
        <div class="inner">
            <header>
                <h2>Ready to start?</h2>
                <p>Visit our GitHub page to know how to get Tooltip.js and to learn more about it.</p>
            </header>
            <ul class="actions vertical">
                <li><a href="https://github.com/FezVrasta/popper.js" class="button fit special">GitHub</a></li>
                <li><a href="tooltip-documentation.html" class="button fit">Documentation</a></li>
            </ul>
        </div>
    </section>