I have three span with same class
<div>
<span class="textValue">Atul</span>
<span class="textValue">Kumar</span>
<span class="textValue">Rajput</span>
</div>
I just want that, If I click on any of the spans, then the value of that span will be copied to the clipboard.
i.e. if I click on first span then "Atul" will be copied into the clipboard.