jQuery.jQlipboard.version


jQuery.jQlipboard.versionReturns: undefined

Description: A string containing jQlipboard's version info.

This is a simple string containing the version number of jQlipboard. It was added in version 0.1.6. Before then, the variable $.jQlipboardVersion was used.

1
2
3
4
5
6
7
8
<body>
<p></p>
<script>
$( "p" ).html( $.jQlipboard.version )
</script>
</body>

Demo: