Html – I need to set active button when it is clicked. I am using bootstrap
Even though I tried every method it does not seem to override. I tried a lot of different methods like fiddling with CSS but nothing seems to work. I am using bootstrap 5 document.addEventListener("DOMContentLoaded", function() { const notesButton = document.getElementById('notes');…