Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 226 Bytes

File metadata and controls

15 lines (11 loc) · 226 Bytes

Clarify - Work in Progress

My implementation of tooltips

Usage

<span class="element" tooltip="Some extra tips">This text requries tooltip</span>

<script>
  $('.element').Clarify();
</script>