verb

1 of 60
Good / Happy

snicker - To give a smothered or half-suppressed laugh.

Jon snickered to himself as everyone went around the group, telling each other about stupid things that they had done as kids.

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