0

with javascript how to select the element with class "department-o" and add id "img" when hovering on div with class "fashion"

<div class="department-menu">
  <div class="row">
    <div class="col-8">
      <div class="row row-cols-4">
        <div class="fashion col mx-4">
          <List>
            <li></li>
            <li></li>
            <li></li>
          </List>
        </div>
      </div>
    </div>
    <div class="col-4 department-o"></div>
  </div>
</div>
  • Hi Mostafa and welcome to Stack Overflow. Now that the question is about JavaScript and not CSS, it will help to show what you've tried that isn't working - Stack Overflow is aimed more at helping you solve code problems rather than writing code for you. – traktor Mar 15 '21 at 23:30

0 Answers0