Hi,
I have the following link defined in a .NET 1.1 usercontrol that has the JQuery source file linked.
<script language="javascript" src="jquery.copy.min.js"></script>
<a href='#' onclick="javascript:$.copy('WORKED');">Copy to clipboard</a>
But nothing happens when I try to paste somewhere else???
Malcolm