Hi,
Thanks for your wonderful lib.
I'm struggling with replacing the value inside a div.
Here's an example of what I'm facing:
<div>hello</div>
<div>world</div>
The div's don't have id or class. I just need to replace the hello with hi after selecting the div based on the content inside the element. I need to achieve this somehow. I would appreciate any help.
Thanks
Hi,
Thanks for your wonderful lib.
I'm struggling with replacing the value inside a div.
Here's an example of what I'm facing:
The div's don't have id or class. I just need to replace the hello with hi after selecting the div based on the content inside the element. I need to achieve this somehow. I would appreciate any help.
Thanks