سلام یک آرایه دارم که میخام به تعداد آیتم های آرایه یک المان مثل تگ دایو به تگ فرم اضافه کنم٫
ایم کدی است که نوشتم اما این کد فقط یک بار اجرا میشه٫
ولی اگر console.log بگیرم به تعداد آیتم های آرایه اجرا میشه٫
مشکل از کجاست؟
const questions = [0,1,2,3]
$.each(questions,function () {
console.log("eeeee")
$('form').html('<div class="question">asas</div>')
})
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
<form id="myForm">
<h2>This is into a form.</h2>
</form>
<script>
const questions = [0,1,2,3];
var myform = document.getElementById('myForm');
for(let i = 0; i < questions.length; i++) {
myForm.insertAdjacentHTML('beforeend', '<div class="question">q</div>');
}
</script>
</body>
</html>
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟