Put and change arrow with collapsible div CSS – Jquery
i have the followwing structure in my html code: <ul id="urlcss"> <li class="nav-submenu"> <a class="collapsed" href="#" data-toggle="collapse" data-target="#submenu0"> ADMIN </a> <div class="collapse" id="submenu0" aria-expanded="false"> // Some menus check the image below </div> </li> </ul> And if you see that on…