Something went wrong while setting issue due date.
Popover skips data-* attributes when initialized with selector
Closed
Popover skips data-* attributes when initialized with selector
Created by: disfated
Possible bug...
Using
$(document).popover({
selector: '.selector'
});
ignores any data-*
attributes specified on target elements.
For example
<a class="selector" title="bla" data-content="some html" data-html="true">link</a>
popover will skip data-html
attribute.