noun

13 of 60
Bad / Stupid

ninny - A foolish person

It didn't matter that Roland was wearing a nice suit; his ridiculous red wig and fake glasses seemed to indicate to others that he was just a fooling ninny.who didn't have to be taken seriously.

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