I have to put a lot of data-element with the same content in multiple div.
How to define this content in a script in order to write it one time ?
I think I have to use a simple script but I can't find the solution. Thanks.
<div class="one" data-text"EXAMPLE"></div>
<div class="two" data-text"EXAMPLE"></div>
<div class="three" data-text"EXAMPLE"></div>
<div class="four" data-text"EXAMPLE"></div>
<div class="five" data-text"EXAMPLE"></div>