すでにいくつかのコンテンツが含まれているテキストエリアがあります(以下のhamlコード)
//haml code for textarea
%section.input
.muse_text
%textarea{placeholder: "Type your muse here..."}
//Content in textarea
"Share why you are re-musing this
------------------
I am remusing this because I like it!!!!
------------------
xxxx"
jqueryを使用してテキストエリアをオートフォーカスし、コンテンツの最初の行のみを強調表示するにはどうすればよいですか?