[jQuery] Re: Announce: jQuery copy plugin

2009-05-29 Thread nicola.pasa
Don't work. my code: $(".bt_widget").click(function() { var testo = $(".widget").val(); $.copy(testo); }); Shuai Yang wrote: > > > we all know that in ie we can easily copy text to clipboard, but it is > now so easy in fx. this plugin use a swf file to achieve this purpose. > the swf file's d

[jQuery] Re: Announce: jQuery copy plugin

2007-07-31 Thread Jay Salvat
Nice! I wanted to develop this feature for my jCodeViewer plugin and the swf is the only cross-browser way to get it. Thanks. Guapo a écrit : > we all know that in ie we can easily copy text to clipboard, but it is > now so easy in fx. this plugin use a swf file to achieve this purpose. > the swf