Text Highlighter - Dynamic

Highlights User-defined Text

< Text Highlighter - Dynamicについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2022/06/29

Hi there, is there a way to make this work on a form input field? id="forms.input" where the value has one of the keywords to be highlighted? I've checked and the js isn't ignoring ancestor::form

Many thanks

§
投稿日: 2022/06/30

This script highlights text by adding HTML into a text node. For example:

Before:

one two three

After:

one <span>two</span> three

I don't think that is possible in a text input.

返信を投稿

返信を投稿するにはログインしてください。