var fnPlusAnimate = function(str, options){ if (typeof str === 'object') { options = str; str = undefined; } var s = str || '+1', opt = $.extend({ style : '', target : null, align : 'center', speed : 'slow', stopDist : 50, animateDone : function(){}…