| author | Anthony Ly <anthonyly.com@gmail.com> |
| Mon, 03 Jun 2013 13:33:16 +0200 | |
| changeset 66 | dd2fbf4c998f |
| parent 16 | c66274d0d850 |
| permissions | -rw-r--r-- |
$(function(){ $('body').on('click focus', 'input[readonly]', function(e){ $(this).select(); }); //ZeroClipboard (fonctionne sous localhost) var clip = new ZeroClipboard( $('.clipboard'), { moviePath: ZeroClipboardMoviePath }); clip.on( 'complete', function(client, args) { alert("Copied text to clipboard: " + args.text ); }); });