verb

1 of 60
Other / Wet

daub - To coat or smear (a surface) with a thick or sticky substance in a carelessly rough or liberal way

In ancient times, houses were constructed by daubing clay all over the structure in order to hold it together.

// 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(); }); }