Rather freakily somebody has @ioubeer’d dan lately!
]]>Glad to help.
]]>Thanks! That seems to have nailed the issue I was having.
You, sir, are awesome and deserve a piece of cake.
I, sadly, don’t have any cake to give you.
]]>One really easy way to get around that:
var myObj = this;
if(this.count < 2) {
$('body').animate({"opacity":1}, 1000, function(){myObj.greet();});
}
That should take care of it.
]]>