I'd love to replace a number of placeholder texts dynamically using javascript. Tried to use jquery filter and contain selector but didn't really get anywhere. Do you have an idea how these could be replaced?
<div class="container">
<h1>$$Insert text here$$</h1>
<div>
<p>My first paragraph.</p>
<div>$$Insert text here$$</div>
<div>
<input type="text" name="lname" placeholder="$$Insert text here$$"><br>
<p>Here some other text</p>
</div>
</div>