jekyll-theme-cs50 icon indicating copy to clipboard operation
jekyll-theme-cs50 copied to clipboard

Dispose of tooltips in tables sans jQuery?

Open dmalan opened this issue 4 years ago • 0 comments

    // Re-attach tooltips after tables have responded
    // https://github.com/wenzhixin/bootstrap-table/issues/572#issuecomment-76503607
    $('table').on('pre-body.bs.table', function() {
        $('main table [data-toggle="tooltip"]').tooltip('dispose');
    });

dmalan avatar Jul 05 '21 03:07 dmalan