How can I paste from clipboard using jQuery ?
相关问题
- How to fix IE ClearType + jQuery opacity problem i
- jQuery add and remove delay
- Include empty value fields in jQuery .serialize()
- Disable Browser onUnload on certain links?
- how to get selected text from iframe with javascri
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:
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!