我有一个文本框: 现在我想用颜色突出显示此文本框中的特定字符。 (例如“文字”) 这可能吗?
答案 0 :(得分:3)
使用ajax / jQuery在编写单词时突出显示textarea中的特定选定单词。
点击此链接 - http://bytes.com/topic/javascript/answers/820173-highlighting-searched-word-text-area
答案 1 :(得分:1)
还有另一种方法,不使用Javascript在文本框上放置文本。但是文字一直都是灰烬。 HTML上有一个标记名称“placeholder”。这可能会有所帮助
<input type="text" placeholder="text" name="inputbox">