SyntaxFix
Write A Post
Hire A Developer
Questions
Try this, to set the focus to the first input field:
$(this).parent().siblings('div.bottom').find("input.post").focus();