verb

Url

1 of 60
Bad / Hostile

badger - To repeatedly and annoyingly ask someone to do something.

Every time that Arnold asked Samantha to go out on a date, she would tell him firmly ‘No’. But each time he saw her, he would badger her again and again about wanting to go out, and again she said 'No!'

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