verb

649 of 1576
Bad / Steal

finagle - To get something in an indirect or dishonest way.

Brad didn't have a ticket to the sold-out rock concert, but he figured he could finagle his way in somehow.

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