jquery.copiq
Cross browser copy to clipboard plugin.
Install
<script src="jquery.min.js"></script> <script src="../jquery.copiq.min.js"></script>or
bower install copiqUsage
$(selector).copiq();Configuration
parent
common wrapper on selector and content element
default: "body" options: stringcontent
container which to be copied, relatively from the parent element
default: "" options: stringonSuccess
when the copy is successful
default: {} options: function($element, container, selection)onError
when the copy is not successful
default: {} options: function($element, container, selection)Demo
License
@author Mario Vidov
@url www.vidov.it
@twitter MarioVidov
MIT license