【发布时间】:2012-04-22 23:22:33
【问题描述】:
我有一个已经包含一些内容的文本区域(下面的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 自动聚焦 textarea 并仅突出显示内容的第一行,即“分享您为什么要重新考虑这一点(当页面加载时)
【问题讨论】:
标签: jquery textbox backbone.js haml highlight