0
我正在使用Twitter Bootstrap及其工具提示,並且有與this one類似的問題,即我想更改工具提示的位置。更改特定工具提示的位置
但是,在我的情況下,我不想改變所有工具提示的位置,但只是下面的一個(我想將工具提示移動到左側)。
<i data-placement="left" title="{% trans "View the tool menu" %}" data-original-title="{% trans "View the tool menu" %}"
class='tooltip-hover menu-handle sprite-io sprite-control2'></i>
怎麼可能做到?
[上的特定工具提示更改位置]的可能重複(http://stackoverflow.com/questions/20492913/changing-position-on-a-specific-tooltip) – Hiral