verb

13 of 27
Good / Busy

gallivant - To move from one place to another in the pursuit of pleasure or entertainment

After he graduated high school, Damian decided to gallivant across Europe for a whole year instead of heading straight to college.

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