Tooltip unique in 2 elements (one body and 2 arrows)

1

I do not know if the native code of Bootstrap allows this for the tooltip or popover . I have 2 links and I need to do some way to create a tooltip or popover that can merge both links with 2 arrows.

┌=======┐  ┌=======┐
└===▼===┘  └===▼===┘
  link 1     link 2

Basically the above example is a common, tooltip for each link. What I need is like the template below. These links are side by side.

┌==================┐
└===▼==========▼===┘
  link 1     link 2

Is there anything native that I can handle for this, some extension or another lib? It may even be jQuery manipulation if possible.

    
asked by anonymous 01.12.2015 / 01:20

0 answers