function filterItems() { let input = document.querySelector('.search-bar').value.toLowerCase(); let tableRows = document.querySelectorAll('.index-table tbody tr'); let cards = document.querySelectorAll('.card'); tableRows.forEach(row => { let text = row.textContent.toLowerCase(); row.style.display = text.includes(input) ? '' : 'none'; }); cards.forEach(card => { let text = card.textContent.toLowerCase(); card.style.display = text.includes(input) ? 'block' : 'none'; }); }
The Burger Index shows which spots are getting the most buzz online. It’s all about attention, not ratings.🔺 Rising = getting hotter ➖ Steady = holding strong 🔻 Falling = cooling down
Burger Index is Oslo’s live guide to the city’s burger scene — and we want your restaurant on it!By joining the Index, you’ll:- Show your burgers to food lovers across Oslo - Get the Burger Index Badge to display your spot - Be part of Oslo’s growing burger community