Response title
This is preview!
$('.spinner-master').click(function() {
if($('.inner:not(".animateinner")')){
$('.inner').addClass('animateinner')
}else if ($('.inner').hasClass('animateinner')){
$('.inner').removeClass('animateinner').addClass('animateinnerrev')
}
});
© 2013 jQuery Foundation
Sponsored by and others.