verb

373 of 732
Other / Stop

shackle - Something that prevents freedom of movement, literally or figuratively

Because John had so much debt, he felt he couldn't consider switching careers, and therefore felt shackled to a job that he hated.

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