SyntaxFix
Write A Post
Hire A Developer
Questions
This accomplishes the same thing but is much simpler:
$(document).ready(function() { $("#board").delay(1000).append("."); });
You can chain a delay before almost any jQuery method.