On my webpage, I have multiple elements, including a "change BG" button. When this button is clicked, I want to hide all other content on the page except for the button using JavaScript. Alternatively, clicking the button could blur out all other elements on the webpage except for the "change BG" button through JavaScript.
The idea is that when a user clicks on the "change BG" button, they should only be able to interact with that specific element and not access any other content on the webpage.