$('#animateTest').removeClass().hide().show().addClass('flash');
So that the same animation can be called multiple times in a row.
$('#animateTest').removeClass().hide().show().addClass('flash');
So that the same animation can be called multiple times in a row.