Array.prototype.forEach.call(document.querySelectorAll('#yourDivId > input'), function (input) { input.value = ''; });