589
правок
User (обсуждение | вклад) Нет описания правки |
User (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
// Get the select element and the forms | // Get the select element and the forms | ||
var select = document. | var select = document.createElement('select'); | ||
select.id = 'select'; | |||
var forms = document.querySelectorAll('.createbox'); | var forms = document.querySelectorAll('.createbox'); | ||
| Строка 38: | Строка 39: | ||
} | } | ||
}); | }); | ||
document.body.appendChild(select); | |||