adjective

Url

61 of 62
Other / Other

likewise - In a similar way.

Though we didn't like the company's tough work schedule, I was quiet about it and my fellow workers did likewise.

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