Почему data-html="true" не работает с всплывающей подсказкой?Jquery

Программирование на jquery
Anonymous
Почему data-html="true" не работает с всплывающей подсказкой?

Сообщение Anonymous »

У меня есть настроенная всплывающая подсказка: data-html="true" не работает, я не могу найти, что здесь не так.

Код: Выделить всё

  .tooltip-custom {
display: inline;
position: relative;
}
.tooltip-custom:hover span::after {
position: absolute;
z-index: 98;
width: 14em;
padding: 0.4em 1em;
bottom: 1.2em;
left: 0;
border-radius: 0.4em;
background: #333;
background: rgba(0,0,0,.8);
color: #fff;
text-align: center;
content: attr(data-title);
}

Код: Выделить всё

 [*]





my Tooltip



Спасибо за ваши усилия!

Подробнее здесь: https://stackoverflow.com/questions/623 ... th-tooltip

Вернуться в «Jquery»