Hello! Tell me, please, how can I pass an id (div) when I click on it (below is an example)
<div class="Content" id="div3.1" onClick="Func_Id_Div" >Папка 3.1</div>
And when performing this function, it is necessary that the "Folder 3.1" be filled with a light blue color (and in parallel all the other divs who have been cleared from the fill. Well, I think so, you must first clear all the divs from the fill and then click on the fill. But I can not register it.