Default tooltips
Using .help-info class for automatic initialize tooltips
Animate tooltips
Using data-animate for animation and data-persistent for permanent view (close on click)
Example for "Tooltips" button
$('.btn-auto').tooltips({
title: 'Tooltips right',
content: 'Automatic position from window',
animate: 'slideInRight',
classTitle: 'txt-primary',
classContent: 'txt-secondary',
});
Optional tooltips
Using attribute data-title or data-content for alternative tooltips
Customize tooltips
Using attribute data-class-title or data-class-content for personnalize tooltips