noun

Url

1189 of 1578
Bad / Strange

Idiosyncrasy - A unique or peculiar behavior, habit, or characteristic specific to an individual.

He had the idiosyncrasy of suddenly - when he wanted attention - to take off his shoes and socks and lift his feet in the air.

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