document.addEventListener('DOMContentLoaded', function () { if (typeof(ClipboardJS) !== 'undefined') { $('figure.highlight').each(function () { var id = 'code-' + Date.now() + (Math.random() * 1000 | 0); $(this).attr('id', id); $(this).prepend($(``)); }); new ClipboardJS('.highlight .copy'); } });