有人知道如果在点击它之前让光标在textarea中闪烁吗?
答案 0 :(得分:2)
您可以使用autofocus
来完成此操作,check out w3schools for basic information on it。
<input type="text" name="fname" autofocus>
答案 1 :(得分:0)
可能样式设置为不显示光标。 并尝试以下示例:
答案 2 :(得分:-1)
我建议您下载一个闪烁的GIF,然后将其作为文本区域的背景,使其闪烁。然后当你输入它会消失。
添加像这样的bootstrap表单来克隆相同的显示:jsfiddle
<textarea class="form-control" placeholder="Tell your story.." rows="3" autofocus></textarea>
Bootstrap表单:bootstrapform