Hi,
I am trying to achieve a functionality where in I can target multiple div elements and move them to respective positions by hovering on one element.
Please refer this fiddle: [
jsfiddle.net...]
Here, I have four elements - 1,2,3,4. When, I hover on element 1, I want remaining three elements to move to extreme left one below another.
I was able to move one element (2), but I couldn't stop that element at the desired position.
Please suggest.
Thank you.