verb

Url

109 of 1576
Bad / Disorganized

shuffle - To move similar things from one position or place to another.

Before he did the card trick, the magician shuffled the cards.

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