function fabtn(a){ $(a).find('i').addClass('animated wobble'); setTimeout(function(){ $(a).find('i').removeClass('animated wobble'); }, 1000); }