This example above is not yet fully functional, the puzzle logic is:
1 - Click on at least two divs (or 2 pieces of the puzzle) and so the two divs would have to move places using animation.
2 - For this to happen, I collected the jquery offset, the top and left positions of both the first and second pieces of the clicked puzzle.
3 - But when you use animate () (to animate the parts exchange) nothing is happening, they are still in the same place.
What can be done in this case?
Thankful