HTML
xxxxxxxxxx
1
Tight pants next level keffiyeh <a href="#" class="material-tooltip-main" data-toggle="tooltip" title="Default tooltip">you
2
probably</a>
3
haven't
4
heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan,
5
mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" class="material-tooltip-main"
6
data-toggle="tooltip" title="Another tooltip">have
7
a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu
8
biodiesel
9
williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" class="material-tooltip-main"
10
data-toggle="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy
11
Austin
12
<a href="#" class="material-tooltip-main" data-toggle="tooltip" title="The last tip!">twitter handle</a>
13
freegan
14
cred raw denim single-origin
15
coffee viral.
CSS
1
1
JS
xxxxxxxxxx
1
$(function () {
2
$('.material-tooltip-main').tooltip({template: '<div class="tooltip md-tooltip"><div class="tooltip-arrow md-arrow"></div><div class="tooltip-inner md-inner"></div></div>'
3
});
4
})
Console errors: 0