jquery.plugin.clipboard icon indicating copy to clipboard operation
jquery.plugin.clipboard copied to clipboard

jQuery plugin to modify the contents copied to clipboard

Results 3 jquery.plugin.clipboard issues
Sort by recently updated
recently updated
newest added

It doesn't work on Chrome Version 45.0 Works fine on Firefox 38. Thanks!!

It is possible to copy image to clipboard when on click button?

WebKit supports event.clipboardData object. It's almost like IE window.clipboardData. You should use it in your plugin. But be careful - you should check the result of setData call, because some...