Code copying: add code content in the editor, and directly copy code language content when browsing articles and pages, ly_copy
This plug-in is green and efficient dynamic loading. Add code language content in the editor, and you can directly copy code language content when browsing articles and pages. If there is no code language content in articles and pages, you will not load the copy function file
LY_Editer Code Language Copy
function clipboard_info(e, t) { e = $(e.trigger); var a = ''; b = e.html(); if (b != t) { a = b; e.html(t); } if (a) { setTimeout(function() { e.html(a); }, 3000); } }