nounverb verb

Url

49 of 60
Good / Smart

bargain - To try to reach an agreement through discussion and compromise.

The two executives bargained all day and came up with an agreement that was good for both of their companies.

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