开发者

Paste from clipboard

How can I paste开发者_开发技巧 from clipboard using jQuery ?


I don't think you can do this using javascript. Since clipboard data is part of the operating system your javascript code ill not be able to access that.


It may be possible in some browsers/environments using document.execCommand, but shouldn't be relied on and you're better off finding another solution.

For posterity:

document.execCommand('paste', false, null);


There is a very good JS / Flash library for this:

Zero Clipboard

Its currently the only libaray which handles the latest flash plugin 10 as well!

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜