jquery - zeroclipboard edit data before copy to clipboard -



jquery - zeroclipboard edit data before copy to clipboard -

i need utilize zeroclipboard re-create table clipboard. need edit table, adding columns, before move clipboard again.

i utilize code nil happened: <code> var clienttarget = new zeroclipboard( $("#target-to-copy"), { moviepath: "zeroclipboard.swf", debug: false } ); clienttarget.on( "aftercopy", function (e) { var editedtable=; clipboard.setdata( "text/plain", editedtable);*/ }); </code> run illustration on localhost server.

if want yo edit info before re-create have utilize beforecopy event: suppose can modify table within too.

jquery zeroclipboard

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -