по факту всё работает, но логи засоряются
<th class="firstClass">
<div class="hintTippy" data-tippy-content="<ul><li>first marker</li><li>second marker</li><li>third marker</li></ul>">Содержимое ячейки №1</div>
</th>
<th class="firstClass">
<div class="hintTippy" data-tippy-content="<ul><li>first marker</li><li>second marker</li><li>third marker</li></ul>">Содержимое ячейки №2</div>
</th>
tippy(".hintTippy", {
allowHTML: true,
});
Правильно понимаю, что в tippy() я не могу в первом аргументе указать все элементы с таким то классом.
<th class="firstClass" data-tippy-content="<ul><li>first marker</li><li>second marker</li><li>third marker</li></ul>">
Содержимое ячейки №1
</th>
<th class="firstClass" data-tippy-content="<ul><li>first marker</li><li>second marker</li><li>third marker</li></ul>">
Содержимое ячейки №2
</th>
//подключаете плагин tippy.js
// в качестве селектора класс firstClass
tippy(".firstClass", {
allowHTML: true,
});
//либо в качестве селектора атрибут data-tippy-content
//tippy("[data-tippy-content]", {allowHTML: true});
//можно указать несколько селекторов
//tippy(".firstClass, .secondClass, [data-tippy-content]", {allowHTML: true});
document.querySelector('#timer > strong').innerHTML = w + ':' + m + ':' + s;
$('#timer > strong').html(w + ':' + m + ':' + s);
и когда будет 10 сек. таймер шел вот так 05.37.09
08
07 и с минутами так же.
w = w < 10 ? "0" + w : w;
m = m < 10 ? "0" + m : m;
s = s < 10 ? "0" + s : s;
ini_set('error_reporting', E_ALL);
ini_set('display_errors', 1);
mysqli_report(MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT);
Как не видеть ошибки, которые касаются только отсутствия переменных?
А вы не знаете, почему с массивом data вообще не выходит работать?
Я пытаюсь вывести аккаунт покупателя так: $data["customer"]["account"]; а телеграмм мне ничего не присылает просто-напросто игнорируя функцию, видимо не может получить инфу оттуда
$customer = $d["bill"]["customer"];
$account = $customer["account"];
https://tproger.ru/translations/how-css-flexbox-wo...