noun

Url

1225 of 1578
Bad / Bad

no-no - Something that is not allowed or is strongly discouraged.

Wearing jeans to a formal wedding is a big no-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(); }); }