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 Link