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.
単語をダブルクリックして選択し、ページのその特定の部分、つまりjqueryのみを使用してその特定のdivでその単語のすべての結果を強調表示したいと思います。よろしくお願いします
素朴な思い…
div に ID を指定すると、jquery でその ID を検索できます。
その div のすべてのテキストを取得し、スペース { } で分割します。
テキストをループします。選択したものと比較する場合は、その周りにスパンを作成し、そのスパンに背景を設定します...