valeriansaliou / jquery.clipboard

:scissors: jQuery Clipboard plugin (newest version) - Copy any text to the user's clipboard. Implements ZeroClipboard over the jQuery plugin layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set clipboard for hidden element

olesolo opened this issue · comments

My all copy buttons on page are hidden with display:none. And it seems that copy_sel.clipboard() call doesn't have effect on hidden buttons.
Anyway to fix that issue? Thanks