adjective

13 of 60
Good / New

newfangled - Different from what one is used to; objectionably new

Ruth just wanted to see the newest pictures of her grandson, but she couldn't figure out this newfangled thing called e-mail.

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