Click to copy to clipboard jQuery
Click to copy to clipboard jQuery:
If you look at the coupon websites, they will copy the coupon you clicked to your clipboard.
Plugins Required for click to copy to clipboard:
1. jQuery Plugin [jquery.min.js]
2. zClip Plugin [jquery.zclip.js]
Click to Copy to clipboard jQuery source code:
[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Click To Copy | Javadomain.in</title>
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript"
src="http://www.steamdev.com/zclip/js/jquery.zclip.js"></script>
<style type="text/css">
#javadomain {
/*style for flat textbox with border black*/
/* border: 1px solid #000000; */
/*style for flat textbox with border white*/
border: 1px solid white;
font-size: 15px;
height: 30px;
width: 100px;
}
</style>
<script>
$(document).ready(function() {
$("a#copy-javadomain").zclip({
path : "js/ZeroClipboard.swf",
copy : function() {
return $("input#javadomain").val();
}
});
});
</script>
</head>
<body>
<input type="text" id="javadomain" value="Javadomain.in" />
<a href="#" id="copy-javadomain">Click to Copy</a>
</body>
</html>
[/html]
Output:
Before Copying to clipboard, if you want prompt need to be asked, then you can check the below code,
jQuery Copying to clipboard with promt source code:
[html]
<html>
<head>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript">
function copyToClipboard(text) {
window.prompt("Press Ctrl+C to copy to clipboard", text);
}
$(document).ready(function(){
$(‘#javadomain’).click(function() {
copyToClipboard($(‘#javadomain’).text());
});
});
</script>
</head>
<body>
<div id="javadomain">Welcome to Javadomain.in</div>
</body>
</html>
[/html]
Output:
Download Source Code:
jQuery Click To Copy – Prompt Source Code
jQuery Recommended Books:




84win219? Alright then, let’s see what you’ve got. Heard some buzz, might just swing by and give it a whirl. Fingers crossed for lady luck! Check it out here 84win219
Gameqq88, eh? Sounds intriguing. Always hunting for new spots to test my skills. Hope the interface isn’t clunky. I’ll report back if I strike gold. Wanna join me? gameqq88
Betvn01. This one’s on my radar. Good odds, decent selection? Tell me more! Might drop a few bets and see if it’s worth the hype. Your thoughts? Place your bets betvn01