I\'ve found a couple resources for how to place the cursor in a textarea at the end of the text, but I can\'t sort out a simple way to make it appear at the beginning.
The jQuery way:
$('textarea[name="mytextarea"]').focus().setSelectionRange(0,0);