Response title
This is preview!
if ($this.is(':last-child')) {
$this.addClass('end');
$("<div class='clearfix'></div>").insertBefore(this);
}
$('.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.