Tooltip

Basic

Tight pants next level keffiyeh you probably haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel have a terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan whatever keytar, scenester farm-to-table banksy Austin twitter handle freegan cred raw denim single-origin coffee viral.

Position

     

Colors

Change a tooltip color using the data-state attribute.

       

Initializing

You can initialize all tooltips on a page by their data-toggle attribute:


$(function () {
  $('[data-toggle="tooltip"]').tooltip();
});
        

Usage


require(['jquery', 'px/extensions/tooltip'], function($) {
  ...
});
        

Usage

To use tooltips, you need to include ui-bootstrap.js script:


<script src="path/to/js/ui-bootstrap.js"></script>
        

Example