adjective

13 of 60
Bad / Strange

funky - Weird or peculiar in an interesting, complimentary way.

The funky paint work on the car Janey got for her 18th birthday, was the envy of all her friends.

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