verb

529 of 1576
Bad / Hurt

scald - To injure with very hot liquid or steam

A common danger in households is the possibility that children can be scalded with unattended hot water.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }