Я пытаюсь вставить 2 кнопки в поповер, который запускается кнопкой .clear-history:
<div class="modal-footer text-nowrap">
<button type="button" class="clear-history btn btn-link">Clear history</button>
</div>
const clearHistoryBtn = `
<span>All records will be removed</span>
<button type="button" class="confirm-clear-history btn btn-sm btn-danger">Yes</button>
<button type="button" class="btn btn-sm btn-link">No</button>
`;
$('.clear-history').popover({
placement: 'bottom',
html: true,
title: 'You are cleaning the history',
content: clearHistoryBtn
});
Но только текст внутри поповера:
Интересно, имеет ли это какое-то отношение к модальному
Обновление:
Куда делась остальная часть моего контента ???
Я не установил css, например: display: none или .hide () или видимость: hidden или removeClass () или et c на любую кнопку