I\'m using this flip plugin, see the code in this fiddle. The goal is to flip one box at a time, e.g. the second box clicked should revertFlip() the previous one.
revertFlip()
You can filter $this out of $allBoxes by using the not() method.
$this
$allBoxes
$allBoxes.not($this).revertFlip();