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

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -