0
I tried like this and with .parent()
but it did not give...
$('.review' + reviewsArray[index] + '').one('webkitAnimationEnd oanimationend msAnimationEnd animationend',
function(e) {
$('.review' + reviewsArray[index] + '').appendTo('.reviews');
$(e.target).closest("div").addClass('end');
});