You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use popovers instead of tooltips on the calendar items (the coloured dots in month view). The popover will never show, works fine outside the calendar
here is my event: <a href="http://localhost:26650/Calendar/ModalDetails/75kA-O_RZyg" data-event-id="4" data-event-class="event-manual-event" class="pull-left event event-manual-event" data-toggle="popover" data-trigger="hover" data-content="testing" data-title="test" data-html="true" class="">popover</a>
and here is the updated function in bootstrap-calendar.js:
` Calendar.prototype._update = function() {
var self = this;
Trying to use popovers instead of tooltips on the calendar items (the coloured dots in month view). The popover will never show, works fine outside the calendar
here is my event:
<a href="http://localhost:26650/Calendar/ModalDetails/75kA-O_RZyg" data-event-id="4" data-event-class="event-manual-event" class="pull-left event event-manual-event" data-toggle="popover" data-trigger="hover" data-content="testing" data-title="test" data-html="true" class="">popover</a>
and here is the updated function in bootstrap-calendar.js:
` Calendar.prototype._update = function() {
var self = this;
I've added the line:
$('[data-toggle="popover"]').popover({ container: 'body', placement: 'top' });
The text was updated successfully, but these errors were encountered: