noun

Url

1201 of 1576
Bad / Mistake

mixup - An error resulting from things being wrongly arranged or identified.

There was a mix-up at the airport, and my luggage went to the wrong city.

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