Answer the question
In order to leave comments, you need to log in
How to transfer audio from PC to laptop?
There is a need to stream sounds from a computer to a laptop. It is necessary to transfer with minimum delays.
It is preferable to transfer via USB, since WiFi is extremely unstable.
Answer the question
In order to leave comments, you need to log in
A jack-jack cable to the speakers and microphone, respectively?
why do you need jQuery if you don't use it?
.html(0)
Working code
var n = 3;
var n4 = n*n*n*n;
var cells = [];
function declare_grid()
{
document.writeln(' <div class="grid-container">');
for (var i = 0; i < n4; i++)
{
document.writeln(' <div class="grid-cell" id = "grid-cell'+i+'"></div>');
}
document.writeln(' </div>');
for (var i = 0; i < n4; i++)
{
cells[i] = document.getElementById('grid-cell' +i)
cells[i].style.backgroundColor = "#258"; // этот код работает
}
// cells[0].innerHTML = '0'; если убрать комментарий не работает
// document.getElementById('grid-cell0').innerHTML = '0'; тоже не работает
}
function grid_initialize()
{
// Те же самые инструкции попробовал. Результат такой же
// cells[0].innerHTML = '0'; если убрать комментарий не работает
// document.getElementById('grid-cell0').innerHTML = '0'; тоже не работает
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question