static.js.init-tooltip.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of synapse-edison Show documentation
Show all versions of synapse-edison Show documentation
A library used at otto.de to integrate synapse-core with edison-microservice.
The newest version!
$(document).ready(function () {
$('a[data-toggle=tooltip]').tooltip();
$('button[data-toggle=tooltip]').tooltip();
});