You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: