Answer the question
In order to leave comments, you need to log in
Why does JQ see the element and JS doesn't?
There is this code:
function Set(result) {
document.getElementByld("block").innerHTML = result;
}
function Set(result) {
$('#block').html(result);
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question