Thursday, May 28, 2009

[jQuery] Re: Announce: jQuery copy plugin

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 default location is same to the plugin, if you move it
> to another location, change it in the plugin source code.
>
> more info:http://yangshuai.googlepages.com/jquerycopyplugin
>
> the code and the swf file are all from the internet, i just make it a
> jQuery plugin
>
>
>

--
View this message in context: http://www.nabble.com/Announce%3A-jQuery-copy-plugin-tp11918507s27240p23738507.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

No comments: