verb

1 of 71
Other / Inward

prance - For a horse to move with high springy steps.

In the empty field, the horse pranced to its heart's content.

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