|
Project Information
|
Usage<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<style type="text/css" media="screen">
#copy {
text-decoration: none;
}
#copy.hover {
text-decoration: underline;
}
.XINCopyFlashWrapper {
}
</style>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.xincopy.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#copy").xincopy(function(){
return $("#content").attr("value");
});
});
</script>
</head>
<body>
<input id="content" type="text" /><a href="#" id="copy">Copy</a>
</body>
</html>Demohttp://www.softwarematrix.cn/example/xincopy/
|