CMPHP/js/tooltip.js
2016-09-08 22:26:34 +04:00

5 lines
79 B
JavaScript

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