Jquery – Change background color of a row of Divs on hover
I am trying to change the background color of a row of Divs on hover but I cannot figure out how to do that. // row 1 <div>1</div> <div>2</div> <div>3</div> <div>4</div> // row 2 <div>1</div> <div>2</div> <div>3</div> <div>4</div> // row…