<div class="timer">
<div id="timer" class="black">
<b>
<span class="days"></span> :
<span class="hours"></span> :
<span class="minutes"></span> :
<span class="seconds"></span>
</b>
</div>
<div id="timer2" class="black">
<b>
<span class="days"></span> :
<span class="hours"></span> :
<span class="minutes"></span> :
<span class="seconds"></span>
</b>
</div>
</div>
//... в самый низ.
var deadline = "{{$lot->end_at}}";
var deadline2 = "{{$lot->end_at}}";
initializeClock('timer', deadline);
initializeClock('timer2', deadline2);
у меня все сохраняется в localStorage, но при обновлении страницы dom не отрисовывается , он только отрисовывается при нажатии на кнопку "Добавить", а я хотел бы разобраться/научиться, как отображать это DOM дерево после обновления страницы.
let id = localStorage.getItem("id")!==null?checkAndGo:0;
function checkAndGo() {
let maId = localStorage.getItem("id");
if(maId>0){
for(let i = 0;i<id;i++){
let elem = `<h2> ${i+1} </h2>`;
let rightBlock = document.querySelector('.right');
rightBlock.innerHTML += elem;
}
}
}
9 - Represents a numeric character (0-9)
success: function() {
download(param1,param2,param3);
$('form').trigger('reset');
send_modal_form();
},
массив Array из объектов ArrayBuffer, ArrayBufferView, Blob, DOMString, или смесь любых из подобных объектов, которая может быть размещена внутри Blob. DOMStrings представлены в кодировке UTF-8.
type, with a default value of "", that represents the MIME type of the content of the array that will be put in the blob.
Слать кучу аякс-запросов после загрузки самой страницы тоже на вариант как я понимаю.
Looping is encoded into the GIF itself, not the img tag. Open the GIF in an image editor and change the mode to loop, or use a different GIF. The loop attribute is an invalid, deprecated attribute only meant to work when the src is a video.
...
return quicksort(lass) + [pivot] + quicksort(greater);