Is there a way to add a class or ID to a bootstrap popover?
Now, whenever I get a popover, it has the generic class popover
, so I cannot style it individually.
<a href="#;" class="hover-dropdown" data-placement="bottom"
data-toggle="popover" data-html="true" data-content="hello">Hello</a>
How would I give the popup this creates a class or ID?