nounverb verb

25 of 68
Other / Sound

sizzle - (of food) make a hissing sound when frying or cooking

The hot plate of food was still sizzling when it was brought to the customer's table.

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