noun

419 of 3214
Other / Shape

perch - A thing on which a bird alights or roosts, typically a branch or a horizontal rod or bar in a birdcage

Polly the parrot stood on its perch in the birdcage, carefully watching its surroundings.

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