<span id="myId" class="myClass">Sample text</span>
I would like to get the id or class of a particular string in an html page by using text value, in this case "Sample text". Is there a way to do it?
<span id="myId" class="myClass">Sample text</span> I would like to get the id or class of a particular string in an html page by using text value, in this case "Sample text". Is there a way to do it? |
||||
|
|
Using jQuery, it's very simple:
It's not so concise with strictly vanilla JS.
|
|||||||||
|