adjective

13 of 60
Bad / Strange

raffish - Unconventional and slightly disreputable, especially in an attractive manner

With his numerous tattoos and raffish manner, Adam caught Sherry's eye, although she knew her parents wouldn't approve of him.

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