Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据适当的模式突出显示输入字段中的文本。所以我需要有可能用不同的颜色突出显示部分文本。例如:
{pseudo} AB{red}CD{/red} 1234{yellow}5678{/yellow} {/pseudo}
我进行了一些调查,发现这样的事情与 textarea 和可编辑 iframe 的帮助有关。
我可能会创建多个具有零边框和相同背景的输入字段,然后将它们放在一个看起来像输入字段的 div 中。以不同的方式设置它们的颜色,然后有一些 javascript,如果框为空,自动设置焦点到第一个输入字段,并在输入时自动跳转到下一个。