I\'m using clipboard.js to copy some text from a textarea, and that\'s working fine, but I want to show a tooltip saying \"Copied!\" if it was successfully copi
textarea
*[tooltip]:focus:after { content: attr(tooltip); display:block; position: absolute; }
<button tooltip="I'm tooltip">Button</button> <br><br> <a href = "javascript:void(0)" tooltip = "I'm tooltip">Link</a>