Other / Up+Down

verb

37 of 37

Other / Up+Down

Url

uproot - To remove or tear away from a native place or environment

The new leader tried to uproot and erase what had been a spirit of bribery and corruption in the government.

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