Zero Clipboard; Assign the clipboard data to a local variable

tunesguy

New Member
I found a plugin "zClip" while searching ways to get Clipboard data.. But my problem is, The program copies the data to Clipboard.. I need the data from Clipboard.. The code given in the web site is \[code\] $('a#copy-dynamic').zclip({ path:'js/ZeroClipboard.swf', copy:function(){return $('input#dynamic').val();} });\[/code\]Please someone help me on this... I am dying with this... Else are there any Mozilla plugins to read the clipboard data..?
 
Top