Tooltips

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.

  <div class="bs-example bs-example-tooltip" data-example-id="static-tooltips">
    <a href="#" id="active_people_header" data-toggle="tooltip" data-original-title="Here's a tip">Hover here</a>
  </div>