verb

1 of 29
Other / Inward

putter - To do things in a relaxed way, without rushing

When Ed retired, he loved to putter in his basement workshop, building toys for his grandchildren.

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