verb

Url

1 of 53
Good / Flexible

grapple - To seize something and hold it firmly; to wrestle with; to ponder and intensely evaluate a problem; to struggle to deal with

When Bill got lost on his trip to Paris, he had to grapple with the task of finding a place to sleep and not knowing the language.

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