$(document).ready(function () { "use strict"; // Bootstrap tooltips initialization $('[data-toggle="tooltip"]').tooltip({ "html": true }); // Add "Show more" button to news panels $('.news-body').readmore({ speed: 500, collapsedHeight: 300, moreLink: '', lessLink: '' }); });