I am using bootstrap popovers.There are many popovers on the page and in one of the popover , I dont want to display the title,when I dont give Title, it still shows that area where the title would have been. Found an answer on How do you disable the title in Twitter Bootstrap's popover plugin?
but cant give css : display:none to popover-title class since that would hide title from all other popovers also.
What should be the correct way to do this? Thanks in advance.
popover-titleclass would affect all pop-overs on the page, but he only wants to remove the title from one popover. - Pauldata-titleon a popover-element, the title is not shown! (not even an empty title, as expected) So there must be something else going on with his code - davidkonrad