verb

1 of 74
Other / Shape

jut - To extend out, over, or beyond the main body or line of something

The observation deck jutted out from the building, allowing people to see the city directly underneath their feet.

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