noun

Url

2816 of 3214
Good / Energy

marathon - Any long and challenging activity, especially one that tests endurance.

We had a movie marathon and watched all eight Harry Potter films in one weekend — our brains turned to butter around film six.

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